| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.computePlatform(String computePlatform)
The destination platform type for the deployment ( `Lambda` , `Server` , or `ECS` ).
|
static CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.create(software.constructs.Construct scope,
String id) |
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.deploymentConfigName(String deploymentConfigName)
A name for the deployment configuration.
|
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.minimumHealthyHosts(CfnDeploymentConfig.MinimumHealthyHostsProperty minimumHealthyHosts)
The minimum number of healthy instances that should be available at any time during the deployment.
|
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.minimumHealthyHosts(IResolvable minimumHealthyHosts)
The minimum number of healthy instances that should be available at any time during the deployment.
|
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.trafficRoutingConfig(CfnDeploymentConfig.TrafficRoutingConfigProperty trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.trafficRoutingConfig(IResolvable trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
Copyright © 2022. All rights reserved.