Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnDeploymentStrategyPropsMixin.Builder
Packages that use CfnDeploymentStrategyPropsMixin.Builder
-
Uses of CfnDeploymentStrategyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appconfig
Methods in software.amazon.awscdk.cfnpropertymixins.services.appconfig that return CfnDeploymentStrategyPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDeploymentStrategyPropsMixin.Builder.create()CfnDeploymentStrategyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDeploymentStrategyPropsMixin.Builder.deploymentDurationInMinutes(Number deploymentDurationInMinutes) Total amount of time for a deployment to last.CfnDeploymentStrategyPropsMixin.Builder.description(String description) A description of the deployment strategy.CfnDeploymentStrategyPropsMixin.Builder.finalBakeTimeInMinutes(Number finalBakeTimeInMinutes) Specifies the amount of time AWS AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete.CfnDeploymentStrategyPropsMixin.Builder.growthFactor(Number growthFactor) The percentage of targets to receive a deployed configuration during each interval.CfnDeploymentStrategyPropsMixin.Builder.growthType(String growthType) The algorithm used to define how percentage grows over time.A name for the deployment strategy.CfnDeploymentStrategyPropsMixin.Builder.replicateTo(String replicateTo) Save the deployment strategy to a Systems Manager (SSM) document.Assigns metadata to an AWS AppConfig resource.