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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.RevisionLocationProperty
CfnDeploymentGroup.RevisionLocationProperty.Builder, CfnDeploymentGroup.RevisionLocationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.RevisionLocationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectInformation about the location of application artifacts stored in GitHub.final StringThe type of application revision:.final ObjectInformation about the location of a revision stored in Amazon S3.final inthashCode()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.RevisionLocationPropertyInformation about the location of application artifacts stored in GitHub.Returns union: either
IResolvableorCfnDeploymentGroup.GitHubLocationProperty- Specified by:
getGitHubLocationin interfaceCfnDeploymentGroup.RevisionLocationProperty- See Also:
-
getRevisionType
Description copied from interface:CfnDeploymentGroup.RevisionLocationPropertyThe 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
AppSpecContentobject 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:
getRevisionTypein interfaceCfnDeploymentGroup.RevisionLocationProperty- See Also:
-
getS3Location
Description copied from interface:CfnDeploymentGroup.RevisionLocationPropertyInformation about the location of a revision stored in Amazon S3.Returns union: either
IResolvableorCfnDeploymentGroup.S3LocationProperty- Specified by:
getS3Locationin interfaceCfnDeploymentGroup.RevisionLocationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-