| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Synthetics.Types.BaseScreenshot
Description
Synopsis
Documentation
data BaseScreenshot Source #
A structure representing a screenshot that is used as a baseline during visual monitoring comparisons made by the canary.
See: newBaseScreenshot smart constructor.
Constructors
| BaseScreenshot' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> BaseScreenshot |
Create a value of BaseScreenshot with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ignoreCoordinates:BaseScreenshot', baseScreenshot_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}
$sel:screenshotName:BaseScreenshot', baseScreenshot_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.
baseScreenshot_ignoreCoordinates :: Lens' BaseScreenshot (Maybe [Text]) Source #
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}
baseScreenshot_screenshotName :: Lens' BaseScreenshot Text Source #
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.