public static final class CfnDeploymentGroup.RevisionLocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeploymentGroup.RevisionLocationProperty
CfnDeploymentGroup.RevisionLocationProperty
CfnDeploymentGroup.RevisionLocationProperty.Builder, CfnDeploymentGroup.RevisionLocationProperty.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.Object |
getGitHubLocation()
Information about the location of application artifacts stored in GitHub.
|
java.lang.String |
getRevisionType()
The type of application revision:.
|
java.lang.Object |
getS3Location()
Information about the location of a revision stored in Amazon S3.
|
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.Object getGitHubLocation()
CfnDeploymentGroup.RevisionLocationProperty
getGitHubLocation
in interface CfnDeploymentGroup.RevisionLocationProperty
public final java.lang.String getRevisionType()
CfnDeploymentGroup.RevisionLocationProperty
AppSpecContent
object that contains the contents of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.getRevisionType
in interface CfnDeploymentGroup.RevisionLocationProperty
public final java.lang.Object getS3Location()
CfnDeploymentGroup.RevisionLocationProperty
getS3Location
in interface CfnDeploymentGroup.RevisionLocationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()