Uses of Class
software.amazon.awscdk.services.synthetics.Canary.Builder
Packages that use Canary.Builder
Package
Description
Amazon CloudWatch Synthetics Construct Library
-
Uses of Canary.Builder in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics that return Canary.BuilderModifier and TypeMethodDescriptionCanary.Builder.artifactsBucketLocation
(ArtifactsBucketLocation artifactsBucketLocation) (experimental) The s3 location that stores the data of the canary runs.Canary.Builder.canaryName
(String canaryName) (experimental) The name of the canary.static Canary.Builder
Canary.Builder.environmentVariables
(Map<String, String> environmentVariables) (experimental) Key-value pairs that the Synthetics caches and makes available for your canary scripts.Canary.Builder.failureRetentionPeriod
(Duration failureRetentionPeriod) (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.Canary.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) (experimental) The list of security groups to associate with the canary's network interfaces.Canary.Builder.startAfterCreation
(Boolean startAfterCreation) (experimental) Whether or not the canary should start after creation.Canary.Builder.successRetentionPeriod
(Duration successRetentionPeriod) (experimental) How many days should successful runs be retained.(experimental) The type of test that you want your canary to run.Canary.Builder.timeToLive
(Duration timeToLive) (experimental) How long the canary will be in a 'RUNNING' state.(experimental) The VPC where this canary is run.Canary.Builder.vpcSubnets
(SubnetSelection vpcSubnets) (experimental) Where to place the network interfaces within the VPC.