Uses of Class
software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig.Builder
-
Uses of CfnDeploymentConfig.Builder in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptionCfnDeploymentConfig.Builder.computePlatform
(String computePlatform) The destination platform type for the deployment (Lambda
,Server
, orECS
).static CfnDeploymentConfig.Builder
CfnDeploymentConfig.Builder.deploymentConfigName
(String deploymentConfigName) A name for the deployment configuration.CfnDeploymentConfig.Builder.minimumHealthyHosts
(IResolvable minimumHealthyHosts) The minimum number of healthy instances that should be available at any time during the deployment.CfnDeploymentConfig.Builder.minimumHealthyHosts
(CfnDeploymentConfig.MinimumHealthyHostsProperty minimumHealthyHosts) The minimum number of healthy instances that should be available at any time during the deployment.CfnDeploymentConfig.Builder.trafficRoutingConfig
(IResolvable trafficRoutingConfig) The configuration that specifies how the deployment traffic is routed.CfnDeploymentConfig.Builder.trafficRoutingConfig
(CfnDeploymentConfig.TrafficRoutingConfigProperty trafficRoutingConfig) The configuration that specifies how the deployment traffic is routed.