@Stability(value=Stable) @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()
Template path on disk to cloud assembly (cdk.out).
|
String |
getAccount()
Account where the stack should be deployed.
|
List<StackAsset> |
getAssets()
Assets referenced by this stack.
|
String |
getAssumeRoleArn()
Role to assume before deploying this stack.
|
String |
getConstructPath()
Construct path for this stack.
|
String |
getExecutionRoleArn()
Execution role to pass to CloudFormation.
|
String |
getRegion()
Region where the stack should be deployed.
|
String |
getStackArtifactId()
Artifact ID for this stack.
|
String |
getStackName()
Name for this stack.
|
Map<String,String> |
getTags()
Tags to apply to the stack.
|
String |
getTemplateS3Uri()
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 getConstructPath()
StackDeploymentPropsgetConstructPath in interface StackDeploymentPropspublic final String getStackArtifactId()
StackDeploymentPropsgetStackArtifactId in interface StackDeploymentPropspublic final String getStackName()
StackDeploymentPropsgetStackName 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 getExecutionRoleArn()
StackDeploymentPropsDefault: - No execution role
getExecutionRoleArn in interface StackDeploymentPropspublic final String getRegion()
StackDeploymentPropsDefault: - Pipeline region
getRegion 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 © 2022. All rights reserved.