@Stability(value=Experimental) @Internal public static final class AwsCloudFormationStackProperties.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsCloudFormationStackProperties
AwsCloudFormationStackProperties
software.amazon.jsii.JsiiObject.InitializationMode
AwsCloudFormationStackProperties.Builder, AwsCloudFormationStackProperties.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(String templateFile,
String assumeRoleArn,
String bootstrapStackVersionSsmParameter,
String cloudFormationExecutionRoleArn,
Map<String,String> parameters,
Number requiresBootstrapStackVersion,
String stackName,
String stackTemplateAssetObjectUrl,
Map<String,String> tags,
Boolean terminationProtection,
Boolean validateOnSynth)
Constructor that initializes the object based on literal property values passed by the
AwsCloudFormationStackProperties.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed to deploy the stack.
|
String |
getBootstrapStackVersionSsmParameter()
(experimental) SSM parameter where the bootstrap stack version number can be found.
|
String |
getCloudFormationExecutionRoleArn()
(experimental) The role that is passed to CloudFormation to execute the change set.
|
Map<String,String> |
getParameters()
(experimental) Values for CloudFormation stack parameters that should be passed when the stack is deployed.
|
Number |
getRequiresBootstrapStackVersion()
(experimental) Version of bootstrap stack required to deploy this stack.
|
String |
getStackName()
(experimental) The name to use for the CloudFormation stack.
|
String |
getStackTemplateAssetObjectUrl()
(experimental) If the stack template has already been included in the asset manifest, its asset URL.
|
Map<String,String> |
getTags()
(experimental) Values for CloudFormation stack tags that should be passed when the stack is deployed.
|
String |
getTemplateFile()
(experimental) A file relative to the assembly root which contains the CloudFormation template for this stack.
|
Boolean |
getTerminationProtection()
(experimental) Whether to enable termination protection for this stack.
|
Boolean |
getValidateOnSynth()
(experimental) Whether this stack should be validated by the CLI after synthesis.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(String templateFile, String assumeRoleArn, String bootstrapStackVersionSsmParameter, String cloudFormationExecutionRoleArn, Map<String,String> parameters, Number requiresBootstrapStackVersion, String stackName, String stackTemplateAssetObjectUrl, Map<String,String> tags, Boolean terminationProtection, Boolean validateOnSynth)
AwsCloudFormationStackProperties.Builder
.public final String getTemplateFile()
AwsCloudFormationStackProperties
getTemplateFile
in interface AwsCloudFormationStackProperties
public final String getAssumeRoleArn()
AwsCloudFormationStackProperties
Default: - No role is assumed (current credentials are used)
getAssumeRoleArn
in interface AwsCloudFormationStackProperties
public final String getBootstrapStackVersionSsmParameter()
AwsCloudFormationStackProperties
Only used if requiresBootstrapStackVersion
is set.
Default: - Bootstrap stack version number looked up
getBootstrapStackVersionSsmParameter
in interface AwsCloudFormationStackProperties
public final String getCloudFormationExecutionRoleArn()
AwsCloudFormationStackProperties
Default: - No role is passed (currently assumed role/credentials are used)
getCloudFormationExecutionRoleArn
in interface AwsCloudFormationStackProperties
public final Map<String,String> getParameters()
AwsCloudFormationStackProperties
Default: - No parameters
getParameters
in interface AwsCloudFormationStackProperties
public final Number getRequiresBootstrapStackVersion()
AwsCloudFormationStackProperties
Default: - No bootstrap stack required
getRequiresBootstrapStackVersion
in interface AwsCloudFormationStackProperties
public final String getStackName()
AwsCloudFormationStackProperties
Default: - name derived from artifact ID
getStackName
in interface AwsCloudFormationStackProperties
public final String getStackTemplateAssetObjectUrl()
AwsCloudFormationStackProperties
Default: - Not uploaded yet, upload just before deploying
getStackTemplateAssetObjectUrl
in interface AwsCloudFormationStackProperties
public final Map<String,String> getTags()
AwsCloudFormationStackProperties
Default: - No tags
getTags
in interface AwsCloudFormationStackProperties
public final Boolean getTerminationProtection()
AwsCloudFormationStackProperties
Default: false
getTerminationProtection
in interface AwsCloudFormationStackProperties
public final Boolean getValidateOnSynth()
AwsCloudFormationStackProperties
Default: - false
getValidateOnSynth
in interface AwsCloudFormationStackProperties
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.