Uses of Class
software.amazon.awscdk.services.synthetics.alpha.CanaryProps.Builder
-
Uses of CanaryProps.Builder in software.amazon.awscdk.services.synthetics.alpha
Methods in software.amazon.awscdk.services.synthetics.alpha that return CanaryProps.BuilderModifier and TypeMethodDescriptionCanaryProps.Builder.artifactsBucketLifecycleRules(List<? extends LifecycleRule> artifactsBucketLifecycleRules) Sets the value ofCanaryProps.getArtifactsBucketLifecycleRules()CanaryProps.Builder.artifactsBucketLocation(ArtifactsBucketLocation artifactsBucketLocation) Sets the value ofCanaryProps.getArtifactsBucketLocation()static CanaryProps.BuilderCanaryProps.builder()CanaryProps.Builder.canaryName(String canaryName) Sets the value ofCanaryProps.getCanaryName()Sets the value ofCanaryProps.getCleanup()CanaryProps.Builder.enableAutoDeleteLambdas(Boolean enableAutoDeleteLambdas) Deprecated.this feature has been deprecated by the service team, use `cleanup: Cleanup.LAMBDA` instead which will use a Custom Resource to achieve the same effect.CanaryProps.Builder.environmentVariables(Map<String, String> environmentVariables) Sets the value ofCanaryProps.getEnvironmentVariables()CanaryProps.Builder.failureRetentionPeriod(Duration failureRetentionPeriod) Sets the value ofCanaryProps.getFailureRetentionPeriod()Sets the value ofCanaryProps.getRole()Sets the value ofCanaryProps.getRuntime()Sets the value ofCanaryProps.getSchedule()CanaryProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofCanaryProps.getSecurityGroups()CanaryProps.Builder.startAfterCreation(Boolean startAfterCreation) Sets the value ofCanaryProps.getStartAfterCreation()CanaryProps.Builder.successRetentionPeriod(Duration successRetentionPeriod) Sets the value ofCanaryProps.getSuccessRetentionPeriod()Sets the value ofCanaryProps.getTest()CanaryProps.Builder.timeToLive(Duration timeToLive) Sets the value ofCanaryProps.getTimeToLive()Sets the value ofCanaryProps.getVpc()CanaryProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofCanaryProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.synthetics.alpha with parameters of type CanaryProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CanaryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCanaryProps.Builder.