public static final class CfnDeploymentGroup.S3LocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentGroup.S3LocationProperty
CfnDeploymentGroup.S3LocationProperty
CfnDeploymentGroup.S3LocationProperty.Builder, CfnDeploymentGroup.S3LocationProperty.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 |
getBucket()
The name of the Amazon S3 bucket where the application revision is stored.
|
java.lang.String |
getBundleType()
The file type of the application revision.
|
java.lang.String |
getETag()
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
java.lang.String |
getKey()
The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
java.lang.String |
getVersion()
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
|
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 getBucket()
CfnDeploymentGroup.S3LocationProperty
getBucket
in interface CfnDeploymentGroup.S3LocationProperty
public final java.lang.String getKey()
CfnDeploymentGroup.S3LocationProperty
getKey
in interface CfnDeploymentGroup.S3LocationProperty
public final java.lang.String getBundleType()
CfnDeploymentGroup.S3LocationProperty
getBundleType
in interface CfnDeploymentGroup.S3LocationProperty
public final java.lang.String getETag()
CfnDeploymentGroup.S3LocationProperty
If the ETag is not specified as an input parameter, ETag validation of the object is skipped.
getETag
in interface CfnDeploymentGroup.S3LocationProperty
public final java.lang.String getVersion()
CfnDeploymentGroup.S3LocationProperty
If the version is not specified, the system uses the most recent version by default.
getVersion
in interface CfnDeploymentGroup.S3LocationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()