@Stability(value=Experimental) @Internal public static final class StackDeploymentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StackDeploymentProps
StackDeploymentPropssoftware.amazon.jsii.JsiiObject.InitializationModeStackDeploymentProps.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.
|
protected |
Jsii$Proxy(StackDeploymentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StackDeploymentProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAbsoluteTemplatePath()
(experimental) Template path on disk to cloud assembly (cdk.out).
|
String |
getAccount()
(experimental) Account where the stack should be deployed.
|
List<StackAsset> |
getAssets()
(experimental) Assets referenced by this stack.
|
String |
getAssumeRoleArn()
(experimental) Role to assume before deploying this stack.
|
String |
getConstructPath()
(experimental) Construct path for this stack.
|
String |
getExecutionRoleArn()
(experimental) Execution role to pass to CloudFormation.
|
String |
getRegion()
(experimental) Region where the stack should be deployed.
|
String |
getStackArtifactId()
(experimental) Artifact ID for this stack.
|
String |
getStackName()
(experimental) Name for this stack.
|
Map<String,String> |
getTags()
(experimental) Tags to apply to the stack.
|
String |
getTemplateS3Uri()
(experimental) The S3 URL which points to the template asset location in the publishing bucket.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(StackDeploymentProps.Builder builder)
StackDeploymentProps.Builder.public final String getAbsoluteTemplatePath()
StackDeploymentPropsgetAbsoluteTemplatePath in interface StackDeploymentPropspublic final String getAccount()
StackDeploymentPropsDefault: - Pipeline account
getAccount in interface StackDeploymentPropspublic final List<StackAsset> getAssets()
StackDeploymentPropsDefault: - No assets
getAssets in interface StackDeploymentPropspublic final String getAssumeRoleArn()
StackDeploymentPropsDefault: - Don't assume any role
getAssumeRoleArn in interface StackDeploymentPropspublic final String getConstructPath()
StackDeploymentPropsgetConstructPath in interface StackDeploymentPropspublic final String getExecutionRoleArn()
StackDeploymentPropsDefault: - No execution role
getExecutionRoleArn in interface StackDeploymentPropspublic final String getRegion()
StackDeploymentPropsDefault: - Pipeline region
getRegion in interface StackDeploymentPropspublic final String getStackArtifactId()
StackDeploymentPropsgetStackArtifactId in interface StackDeploymentPropspublic final String getStackName()
StackDeploymentPropsgetStackName in interface StackDeploymentPropspublic final Map<String,String> getTags()
StackDeploymentPropsDefault: - No tags
getTags in interface StackDeploymentPropspublic final String getTemplateS3Uri()
StackDeploymentPropsDefault: - Stack template is not published
getTemplateS3Uri in interface StackDeploymentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.