-
(experimental) Lifecycle rules for the generated canary artifact bucket.
(experimental) The s3 location that stores the data of the canary runs.
(experimental) The name of the canary.
(experimental) Specify the underlying resources to be cleaned up when the canary is deleted.
Canary.Builder.create(software.constructs.Construct scope,
String id)
(experimental) Key-value pairs that the Synthetics caches and makes available for your canary scripts.
(experimental) How many days should failed runs be retained.
(experimental) Canary execution role.
(experimental) Specify the runtime version to use for the canary.
(experimental) Specify the schedule for how often the canary runs.
(experimental) The list of security groups to associate with the canary's network interfaces.
(experimental) Whether or not the canary should start after creation.
(experimental) How many days should successful runs be retained.
(experimental) The type of test that you want your canary to run.
(experimental) How long the canary will be in a 'RUNNING' state.
(experimental) The VPC where this canary is run.
(experimental) Where to place the network interfaces within the VPC.
cleanup: Cleanup.LAMBDAinstead which will use a Custom Resource to achieve the same effect.