| Modifier and Type | Method and Description |
|---|---|
Canary.Builder |
Canary.Builder.artifactsBucketLocation(ArtifactsBucketLocation artifactsBucketLocation)
(experimental) The s3 location that stores the data of the canary runs.
|
Canary.Builder |
Canary.Builder.canaryName(String canaryName)
(experimental) The name of the canary.
|
static Canary.Builder |
Canary.Builder.create(software.constructs.Construct scope,
String id) |
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 |
Canary.Builder.failureRetentionPeriod(Duration failureRetentionPeriod)
(experimental) How many days should failed runs be retained.
|
Canary.Builder |
Canary.Builder.role(IRole role)
(experimental) Canary execution role.
|
Canary.Builder |
Canary.Builder.runtime(Runtime runtime)
(experimental) Specify the runtime version to use for the canary.
|
Canary.Builder |
Canary.Builder.schedule(Schedule schedule)
(experimental) Specify the schedule for how often the canary runs.
|
Canary.Builder |
Canary.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
(experimental) The list of security groups to associate with the canary's network interfaces.
|
Canary.Builder |
Canary.Builder.startAfterCreation(Boolean startAfterCreation)
(experimental) Whether or not the canary should start after creation.
|
Canary.Builder |
Canary.Builder.successRetentionPeriod(Duration successRetentionPeriod)
(experimental) How many days should successful runs be retained.
|
Canary.Builder |
Canary.Builder.test(Test test)
(experimental) The type of test that you want your canary to run.
|
Canary.Builder |
Canary.Builder.timeToLive(Duration timeToLive)
(experimental) How long the canary will be in a 'RUNNING' state.
|
Canary.Builder |
Canary.Builder.vpc(IVpc vpc)
(experimental) The VPC where this canary is run.
|
Canary.Builder |
Canary.Builder.vpcSubnets(SubnetSelection vpcSubnets)
(experimental) Where to place the network interfaces within the VPC.
|
Copyright © 2022. All rights reserved.