AWS::Synthetics::Canary BaseScreenshot
A structure representing a screenshot that is used as a baseline during visual monitoring comparisons made by the canary.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "IgnoreCoordinates" :[ String, ... ], "ScreenshotName" :String}
YAML
IgnoreCoordinates:- StringScreenshotName:String
Properties
IgnoreCoordinatesCoordinates that define the part of a screen to ignore during screenshot comparisons. To obtain the coordinates to use here, use the CloudWatch Logs console to draw the boundaries on the screen. For more information, see {LINK}
Required: No
Type: List of String
Update requires: No interruption
ScreenshotNameThe name of the screenshot. This is generated the first time the canary is run after the
UpdateCanaryoperation that specified for this canary to perform visual monitoring.Required: Yes
Type: String
Update requires: No interruption