Uses of Class
software.amazon.awscdk.services.synthetics.alpha.Canary.Builder
-
Uses of Canary.Builder in software.amazon.awscdk.services.synthetics.alpha
Methods in software.amazon.awscdk.services.synthetics.alpha that return Canary.BuilderModifier and TypeMethodDescriptionCanary.Builder.artifactsBucketLifecycleRules(List<? extends LifecycleRule> artifactsBucketLifecycleRules) Deprecated.Canary.Builder.artifactsBucketLocation(ArtifactsBucketLocation artifactsBucketLocation) Deprecated.Canary.Builder.canaryName(String canaryName) Deprecated.Deprecated.static Canary.BuilderDeprecated.Canary.Builder.enableAutoDeleteLambdas(Boolean enableAutoDeleteLambdas) Deprecated.Canary.Builder.environmentVariables(Map<String, String> environmentVariables) Deprecated.Canary.Builder.failureRetentionPeriod(Duration failureRetentionPeriod) Deprecated.Deprecated.Deprecated.Deprecated.Canary.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Deprecated.Canary.Builder.startAfterCreation(Boolean startAfterCreation) Deprecated.Canary.Builder.successRetentionPeriod(Duration successRetentionPeriod) Deprecated.Deprecated.Canary.Builder.timeToLive(Duration timeToLive) Deprecated.Deprecated.Canary.Builder.vpcSubnets(SubnetSelection vpcSubnets) Deprecated.
cleanup: Cleanup.LAMBDAinstead which will use a Custom Resource to achieve the same effect.