@Stability(value=Experimental) @Internal public static final class AwsCloudFormationStackProperties.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsCloudFormationStackProperties
AwsCloudFormationStackPropertiessoftware.amazon.jsii.JsiiObject.InitializationModeAwsCloudFormationStackProperties.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, 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(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()
AwsCloudFormationStackPropertiesgetTemplateFile in interface AwsCloudFormationStackPropertiespublic final String getAssumeRoleArn()
AwsCloudFormationStackPropertiesDefault: - No role is assumed (current credentials are used)
getAssumeRoleArn in interface AwsCloudFormationStackPropertiespublic final String getBootstrapStackVersionSsmParameter()
AwsCloudFormationStackProperties
Only used if requiresBootstrapStackVersion is set.
Default: - Bootstrap stack version number looked up
getBootstrapStackVersionSsmParameter in interface AwsCloudFormationStackPropertiespublic final String getCloudFormationExecutionRoleArn()
AwsCloudFormationStackPropertiesDefault: - No role is passed (currently assumed role/credentials are used)
getCloudFormationExecutionRoleArn in interface AwsCloudFormationStackPropertiespublic final Map<String,String> getParameters()
AwsCloudFormationStackPropertiesDefault: - No parameters
getParameters in interface AwsCloudFormationStackPropertiespublic final Number getRequiresBootstrapStackVersion()
AwsCloudFormationStackPropertiesDefault: - No bootstrap stack required
getRequiresBootstrapStackVersion in interface AwsCloudFormationStackPropertiespublic final String getStackName()
AwsCloudFormationStackPropertiesDefault: - name derived from artifact ID
getStackName in interface AwsCloudFormationStackPropertiespublic final String getStackTemplateAssetObjectUrl()
AwsCloudFormationStackPropertiesDefault: - Not uploaded yet, upload just before deploying
getStackTemplateAssetObjectUrl in interface AwsCloudFormationStackPropertiespublic final Map<String,String> getTags()
AwsCloudFormationStackPropertiesDefault: - No tags
getTags in interface AwsCloudFormationStackPropertiespublic final Boolean getTerminationProtection()
AwsCloudFormationStackPropertiesDefault: false
getTerminationProtection in interface AwsCloudFormationStackPropertiespublic final Boolean getValidateOnSynth()
AwsCloudFormationStackPropertiesDefault: - false
getValidateOnSynth in interface AwsCloudFormationStackProperties@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.