public static final class CfnDeploymentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentProps
CfnDeploymentProps
CfnDeploymentProps.Builder, CfnDeploymentProps.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) |
java.lang.String |
getApplicationId()
The application ID.
|
java.lang.String |
getConfigurationProfileId()
The configuration profile ID.
|
java.lang.String |
getConfigurationVersion()
The configuration version to deploy.
|
java.lang.String |
getDeploymentStrategyId()
The deployment strategy ID.
|
java.lang.String |
getDescription()
A description of the deployment.
|
java.lang.String |
getEnvironmentId()
The environment ID.
|
java.util.List<CfnDeployment.TagsProperty> |
getTags()
Metadata to assign to the deployment.
|
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 java.lang.String getApplicationId()
CfnDeploymentProps
getApplicationId
in interface CfnDeploymentProps
public final java.lang.String getConfigurationProfileId()
CfnDeploymentProps
getConfigurationProfileId
in interface CfnDeploymentProps
public final java.lang.String getConfigurationVersion()
CfnDeploymentProps
getConfigurationVersion
in interface CfnDeploymentProps
public final java.lang.String getDeploymentStrategyId()
CfnDeploymentProps
getDeploymentStrategyId
in interface CfnDeploymentProps
public final java.lang.String getEnvironmentId()
CfnDeploymentProps
getEnvironmentId
in interface CfnDeploymentProps
public final java.lang.String getDescription()
CfnDeploymentProps
getDescription
in interface CfnDeploymentProps
public final java.util.List<CfnDeployment.TagsProperty> getTags()
CfnDeploymentProps
Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
getTags
in interface CfnDeploymentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()