@Stability(value=Stable)
public static interface CfnDeploymentGroup.DeploymentStyleProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getDeploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
|
default String |
getDeploymentType()
Indicates whether to run an in-place or blue/green deployment.
|
@Stability(value=Stable) @Nullable default String getDeploymentOption()
An Amazon EC2 Application Load Balancer or Network Load Balancer is required for an Amazon ECS deployment.
@Stability(value=Stable) @Nullable default String getDeploymentType()
@Stability(value=Stable) static CfnDeploymentGroup.DeploymentStyleProperty.Builder builder()
Copyright © 2022. All rights reserved.