@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-30T10:27:18.077Z") @Stability(value=Stable) public interface EcsDeploymentGroupAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EcsDeploymentGroupAttributes.Builder
A builder for
EcsDeploymentGroupAttributes |
static class |
EcsDeploymentGroupAttributes.Jsii$Proxy
An implementation for
EcsDeploymentGroupAttributes |
| Modifier and Type | Method and Description |
|---|---|
static EcsDeploymentGroupAttributes.Builder |
builder() |
IEcsApplication |
getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.
|
default IEcsDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy ECS Deployment Group that we are referencing.
|
@Stability(value=Stable) @NotNull IEcsApplication getApplication()
@Stability(value=Stable) @NotNull String getDeploymentGroupName()
@Stability(value=Stable) @Nullable default IEcsDeploymentConfig getDeploymentConfig()
Default: EcsDeploymentConfig.ALL_AT_ONCE
@Stability(value=Stable) static EcsDeploymentGroupAttributes.Builder builder()
Copyright © 2020. All rights reserved.