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:
- String
ScreenshotName:String
Properties
IgnoreCoordinates
Coordinates 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
ScreenshotName
The name of the screenshot. This is generated the first time the canary is run after the
UpdateCanary
operation that specified for this canary to perform visual monitoring.Required: Yes
Type: String
Update requires: No interruption