@Stability(value=Stable) public static final class CfnService.DeploymentControllerProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.DeploymentControllerProperty>
CfnService.DeploymentControllerProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.DeploymentControllerProperty |
build()
Builds the configured instance.
|
CfnService.DeploymentControllerProperty.Builder |
type(String type)
Sets the value of
CfnService.DeploymentControllerProperty.getType() |
@Stability(value=Stable) public CfnService.DeploymentControllerProperty.Builder type(String type)
CfnService.DeploymentControllerProperty.getType()type - The deployment controller type to use. There are three deployment controller types available:.
ECS ) deployment type involves replacing the current running version of the container with the latest version. The number of containers Amazon ECS adds or removes from the service during a rolling update is controlled by adjusting the minimum and maximum number of healthy tasks allowed during a service deployment, as specified in the DeploymentConfiguration .CODE_DEPLOY ) deployment type uses the blue/green deployment model powered by AWS CodeDeploy , which allows you to verify a new deployment of a service before sending production traffic to it.EXTERNAL ) deployment type enables you to use any third-party deployment controller for full control over the deployment process for an Amazon ECS service.this@Stability(value=Stable) public CfnService.DeploymentControllerProperty build()
build in interface software.amazon.jsii.Builder<CfnService.DeploymentControllerProperty>CfnService.DeploymentControllerPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.