Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codedeploy.CfnDeploymentConfigPropsMixin.Builder
Packages that use CfnDeploymentConfigPropsMixin.Builder
-
Uses of CfnDeploymentConfigPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codedeploy
Methods in software.amazon.awscdk.cfnpropertymixins.services.codedeploy that return CfnDeploymentConfigPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDeploymentConfigPropsMixin.Builder.computePlatform(String computePlatform) The destination platform type for the deployment (Lambda,Server, orECS).CfnDeploymentConfigPropsMixin.Builder.create()CfnDeploymentConfigPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDeploymentConfigPropsMixin.Builder.deploymentConfigName(String deploymentConfigName) A name for the deployment configuration.CfnDeploymentConfigPropsMixin.Builder.minimumHealthyHosts(CfnDeploymentConfigPropsMixin.MinimumHealthyHostsProperty minimumHealthyHosts) The minimum number of healthy instances that should be available at any time during the deployment.CfnDeploymentConfigPropsMixin.Builder.minimumHealthyHosts(IResolvable minimumHealthyHosts) The minimum number of healthy instances that should be available at any time during the deployment.CfnDeploymentConfigPropsMixin.Builder.trafficRoutingConfig(CfnDeploymentConfigPropsMixin.TrafficRoutingConfigProperty trafficRoutingConfig) The configuration that specifies how the deployment traffic is routed.CfnDeploymentConfigPropsMixin.Builder.trafficRoutingConfig(IResolvable trafficRoutingConfig) The configuration that specifies how the deployment traffic is routed.CfnDeploymentConfigPropsMixin.Builder.zonalConfig(CfnDeploymentConfigPropsMixin.ZonalConfigProperty zonalConfig) Configure theZonalConfigobject if you want AWS CodeDeploy to deploy your application to one Availability Zone at a time, within an AWS Region.CfnDeploymentConfigPropsMixin.Builder.zonalConfig(IResolvable zonalConfig) Configure theZonalConfigobject if you want AWS CodeDeploy to deploy your application to one Availability Zone at a time, within an AWS Region.