@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:52.906Z")
public interface CfnCodeDeployBlueGreenApplication
Type of the {@link CfnCodeDeployBlueGreenHookProps.applications} property.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; CfnCodeDeployBlueGreenApplication cfnCodeDeployBlueGreenApplication = CfnCodeDeployBlueGreenApplication.builder() .ecsAttributes(CfnCodeDeployBlueGreenEcsAttributes.builder() .taskDefinitions(List.of("taskDefinitions")) .taskSets(List.of("taskSets")) .trafficRouting(CfnTrafficRouting.builder() .prodTrafficRoute(CfnTrafficRoute.builder() .logicalId("logicalId") .type("type") .build()) .targetGroups(List.of("targetGroups")) .testTrafficRoute(CfnTrafficRoute.builder() .logicalId("logicalId") .type("type") .build()) .build()) .build()) .target(CfnCodeDeployBlueGreenApplicationTarget.builder() .logicalId("logicalId") .type("type") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCodeDeployBlueGreenApplication.Builder
A builder for
CfnCodeDeployBlueGreenApplication |
static class |
CfnCodeDeployBlueGreenApplication.Jsii$Proxy
An implementation for
CfnCodeDeployBlueGreenApplication |
Modifier and Type | Method and Description |
---|---|
static CfnCodeDeployBlueGreenApplication.Builder |
builder() |
CfnCodeDeployBlueGreenEcsAttributes |
getEcsAttributes()
The detailed attributes of the deployed target.
|
CfnCodeDeployBlueGreenApplicationTarget |
getTarget()
The target that is being deployed.
|
CfnCodeDeployBlueGreenEcsAttributes getEcsAttributes()
CfnCodeDeployBlueGreenApplicationTarget getTarget()
static CfnCodeDeployBlueGreenApplication.Builder builder()