public static interface CfnDeploymentGroup.DeploymentStyleProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codedeploy.*; DeploymentStyleProperty deploymentStyleProperty = DeploymentStyleProperty.builder() .deploymentOption("deploymentOption") .deploymentType("deploymentType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeploymentGroup.DeploymentStyleProperty.Builder
A builder for
CfnDeploymentGroup.DeploymentStyleProperty |
static class |
CfnDeploymentGroup.DeploymentStyleProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.DeploymentStyleProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDeploymentGroup.DeploymentStyleProperty.Builder |
builder() |
default java.lang.String |
getDeploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
|
default java.lang.String |
getDeploymentType()
Indicates whether to run an in-place or blue/green deployment.
|
default java.lang.String getDeploymentOption()
An Amazon EC2 Application Load Balancer or Network Load Balancer is required for an Amazon ECS deployment.
default java.lang.String getDeploymentType()
static CfnDeploymentGroup.DeploymentStyleProperty.Builder builder()