public static final class StackDeploymentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StackDeploymentProps
StackDeploymentProps
StackDeploymentProps.Builder, StackDeploymentProps.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 |
getAbsoluteTemplatePath()
Template path on disk to cloud assembly (cdk.out).
|
java.lang.String |
getAccount()
Account where the stack should be deployed.
|
java.util.List<StackAsset> |
getAssets()
Assets referenced by this stack.
|
java.lang.String |
getAssumeRoleArn()
Role to assume before deploying this stack.
|
java.lang.String |
getConstructPath()
Construct path for this stack.
|
java.lang.String |
getExecutionRoleArn()
Execution role to pass to CloudFormation.
|
java.lang.String |
getRegion()
Region where the stack should be deployed.
|
java.lang.String |
getStackArtifactId()
Artifact ID for this stack.
|
java.lang.String |
getStackName()
Name for this stack.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
Tags to apply to the stack.
|
java.lang.String |
getTemplateS3Uri()
The S3 URL which points to the template asset location in the publishing bucket.
|
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 getAbsoluteTemplatePath()
StackDeploymentProps
getAbsoluteTemplatePath
in interface StackDeploymentProps
public final java.lang.String getConstructPath()
StackDeploymentProps
getConstructPath
in interface StackDeploymentProps
public final java.lang.String getStackArtifactId()
StackDeploymentProps
getStackArtifactId
in interface StackDeploymentProps
public final java.lang.String getStackName()
StackDeploymentProps
getStackName
in interface StackDeploymentProps
public final java.lang.String getAccount()
StackDeploymentProps
Default: - Pipeline account
getAccount
in interface StackDeploymentProps
public final java.util.List<StackAsset> getAssets()
StackDeploymentProps
Default: - No assets
getAssets
in interface StackDeploymentProps
public final java.lang.String getAssumeRoleArn()
StackDeploymentProps
Default: - Don't assume any role
getAssumeRoleArn
in interface StackDeploymentProps
public final java.lang.String getExecutionRoleArn()
StackDeploymentProps
Default: - No execution role
getExecutionRoleArn
in interface StackDeploymentProps
public final java.lang.String getRegion()
StackDeploymentProps
Default: - Pipeline region
getRegion
in interface StackDeploymentProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
StackDeploymentProps
Default: - No tags
getTags
in interface StackDeploymentProps
public final java.lang.String getTemplateS3Uri()
StackDeploymentProps
Default: - Stack template is not published
getTemplateS3Uri
in interface StackDeploymentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()