AWS::Synthetics::Canary BaseScreenshot - AWS CloudFormation

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 AWS 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 console to draw the boundaries on the screen. For more information, see Edit or delete a canary.

Required: No

Type: Array 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