@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.576Z") @Stability(value=Experimental) 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()
(experimental) The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.
|
default IEcsDeploymentConfig |
getDeploymentConfig()
(experimental) The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
(experimental) The physical, human-readable name of the CodeDeploy ECS Deployment Group that we are referencing.
|
@Stability(value=Experimental) @NotNull IEcsApplication getApplication()
@Stability(value=Experimental) @NotNull String getDeploymentGroupName()
@Stability(value=Experimental) @Nullable default IEcsDeploymentConfig getDeploymentConfig()
Default: EcsDeploymentConfig.ALL_AT_ONCE
@Stability(value=Experimental) static EcsDeploymentGroupAttributes.Builder builder()
Copyright © 2021. All rights reserved.