@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,
Map<String,String> parameters,
String stackName,
Boolean terminationProtection)
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) |
Map<String,String> |
getParameters()
(experimental) Values for CloudFormation stack parameters that should be passed when the stack is deployed.
|
String |
getStackName()
(experimental) The name to use for the CloudFormation stack.
|
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.
|
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.public final String getTemplateFile()
AwsCloudFormationStackPropertiesgetTemplateFile in interface AwsCloudFormationStackPropertiespublic final Map<String,String> getParameters()
AwsCloudFormationStackPropertiesgetParameters in interface AwsCloudFormationStackPropertiespublic final String getStackName()
AwsCloudFormationStackPropertiesDefault: - name derived from artifact ID
getStackName in interface AwsCloudFormationStackPropertiespublic final Boolean getTerminationProtection()
AwsCloudFormationStackPropertiesDefault: false
getTerminationProtection in interface AwsCloudFormationStackProperties@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.