public static final class EcsDeploymentGroupAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EcsDeploymentGroupAttributes
EcsDeploymentGroupAttributes
EcsDeploymentGroupAttributes.Builder, EcsDeploymentGroupAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IEcsApplication |
getApplication()
The reference to the CodeDeploy ECS Application that this Deployment Group belongs to.
|
IEcsDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
java.lang.String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy ECS Deployment Group that we are referencing.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IEcsApplication getApplication()
EcsDeploymentGroupAttributes
getApplication
in interface EcsDeploymentGroupAttributes
public final java.lang.String getDeploymentGroupName()
EcsDeploymentGroupAttributes
getDeploymentGroupName
in interface EcsDeploymentGroupAttributes
public final IEcsDeploymentConfig getDeploymentConfig()
EcsDeploymentGroupAttributes
Default: EcsDeploymentConfig.ALL_AT_ONCE
getDeploymentConfig
in interface EcsDeploymentGroupAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()