Uses of Class
software.amazon.awscdk.services.synthetics.CfnCanaryProps.Builder
Package
Description
Amazon CloudWatch Synthetics Construct Library
-
Uses of CfnCanaryProps.Builder in software.amazon.awscdk.services.synthetics
Modifier and TypeMethodDescriptionCfnCanaryProps.Builder.artifactConfig
(IResolvable artifactConfig) Sets the value ofCfnCanaryProps.getArtifactConfig()
CfnCanaryProps.Builder.artifactConfig
(CfnCanary.ArtifactConfigProperty artifactConfig) Sets the value ofCfnCanaryProps.getArtifactConfig()
CfnCanaryProps.Builder.artifactS3Location
(String artifactS3Location) Sets the value ofCfnCanaryProps.getArtifactS3Location()
static CfnCanaryProps.Builder
CfnCanaryProps.builder()
CfnCanaryProps.Builder.code
(IResolvable code) Sets the value ofCfnCanaryProps.getCode()
CfnCanaryProps.Builder.code
(CfnCanary.CodeProperty code) Sets the value ofCfnCanaryProps.getCode()
CfnCanaryProps.Builder.deleteLambdaResourcesOnCanaryDeletion
(Boolean deleteLambdaResourcesOnCanaryDeletion) Sets the value ofCfnCanaryProps.getDeleteLambdaResourcesOnCanaryDeletion()
CfnCanaryProps.Builder.deleteLambdaResourcesOnCanaryDeletion
(IResolvable deleteLambdaResourcesOnCanaryDeletion) Sets the value ofCfnCanaryProps.getDeleteLambdaResourcesOnCanaryDeletion()
CfnCanaryProps.Builder.executionRoleArn
(String executionRoleArn) Sets the value ofCfnCanaryProps.getExecutionRoleArn()
CfnCanaryProps.Builder.failureRetentionPeriod
(Number failureRetentionPeriod) Sets the value ofCfnCanaryProps.getFailureRetentionPeriod()
Sets the value ofCfnCanaryProps.getName()
CfnCanaryProps.Builder.runConfig
(IResolvable runConfig) Sets the value ofCfnCanaryProps.getRunConfig()
CfnCanaryProps.Builder.runConfig
(CfnCanary.RunConfigProperty runConfig) Sets the value ofCfnCanaryProps.getRunConfig()
CfnCanaryProps.Builder.runtimeVersion
(String runtimeVersion) Sets the value ofCfnCanaryProps.getRuntimeVersion()
CfnCanaryProps.Builder.schedule
(IResolvable schedule) Sets the value ofCfnCanaryProps.getSchedule()
CfnCanaryProps.Builder.schedule
(CfnCanary.ScheduleProperty schedule) Sets the value ofCfnCanaryProps.getSchedule()
CfnCanaryProps.Builder.startCanaryAfterCreation
(Boolean startCanaryAfterCreation) Sets the value ofCfnCanaryProps.getStartCanaryAfterCreation()
CfnCanaryProps.Builder.startCanaryAfterCreation
(IResolvable startCanaryAfterCreation) Sets the value ofCfnCanaryProps.getStartCanaryAfterCreation()
CfnCanaryProps.Builder.successRetentionPeriod
(Number successRetentionPeriod) Sets the value ofCfnCanaryProps.getSuccessRetentionPeriod()
Sets the value ofCfnCanaryProps.getTags()
CfnCanaryProps.Builder.visualReference
(IResolvable visualReference) Sets the value ofCfnCanaryProps.getVisualReference()
CfnCanaryProps.Builder.visualReference
(CfnCanary.VisualReferenceProperty visualReference) Sets the value ofCfnCanaryProps.getVisualReference()
CfnCanaryProps.Builder.vpcConfig
(IResolvable vpcConfig) Sets the value ofCfnCanaryProps.getVpcConfig()
CfnCanaryProps.Builder.vpcConfig
(CfnCanary.VPCConfigProperty vpcConfig) Sets the value ofCfnCanaryProps.getVpcConfig()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCanaryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCanaryProps.Builder
.