Class CfnDeploymentGroup.RevisionLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.RevisionLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroup.RevisionLocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroup.RevisionLocationProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroup.RevisionLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroup.RevisionLocationProperty
An implementation for
CfnDeploymentGroup.RevisionLocationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.RevisionLocationProperty
CfnDeploymentGroup.RevisionLocationProperty.Builder, CfnDeploymentGroup.RevisionLocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.RevisionLocationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Information about the location of application artifacts stored in GitHub.final String
The type of application revision:.final Object
Information about the location of a revision stored in Amazon S3.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.RevisionLocationProperty.Builder
.
-
-
Method Details
-
getGitHubLocation
Description copied from interface:CfnDeploymentGroup.RevisionLocationProperty
Information about the location of application artifacts stored in GitHub.- Specified by:
getGitHubLocation
in interfaceCfnDeploymentGroup.RevisionLocationProperty
-
getRevisionType
Description copied from interface:CfnDeploymentGroup.RevisionLocationProperty
The type of application revision:.- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).
- String: A YAML-formatted or JSON-formatted string ( AWS Lambda deployments only).
- AppSpecContent: An
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.
- Specified by:
getRevisionType
in interfaceCfnDeploymentGroup.RevisionLocationProperty
-
getS3Location
Description copied from interface:CfnDeploymentGroup.RevisionLocationProperty
Information about the location of a revision stored in Amazon S3.- Specified by:
getS3Location
in interfaceCfnDeploymentGroup.RevisionLocationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-