@Stability(value=Stable) @Internal public static final class CfnStackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackProps
CfnStackPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnStackProps.Builder, CfnStackProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStackProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStackProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getNotificationArns()
The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events.
|
Object |
getParameters()
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
List<CfnTag> |
getTags()
Key-value pairs to associate with this stack.
|
String |
getTemplateUrl()
Location of file containing the template body.
|
Number |
getTimeoutInMinutes()
The length of time, in minutes, that CloudFormation waits for the nested stack to reach the `CREATE_COMPLETE` state.
|
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(CfnStackProps.Builder builder)
CfnStackProps.Builder.public final String getTemplateUrl()
CfnStackPropsThe URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see Template anatomy .
Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
getTemplateUrl in interface CfnStackPropspublic final List<String> getNotificationArns()
CfnStackPropsYou can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
getNotificationArns in interface CfnStackPropspublic final Object getParameters()
CfnStackPropsEach parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter.
If you use the
Reffunction to pass a parameter value to a nested stack, comma-delimited list parameters must be of typeString. In other words, you can't pass values that are of typeCommaDelimitedListto nested stacks.
Conditional. Required if the nested stack requires input parameters.
Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
getParameters in interface CfnStackPropspublic final List<CfnTag> getTags()
CfnStackPropsAWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
getTags in interface CfnStackPropspublic final Number getTimeoutInMinutes()
CfnStackProps
The default is no timeout. When CloudFormation detects that the nested stack has reached the CREATE_COMPLETE state, it marks the nested stack resource as CREATE_COMPLETE in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches CREATE_COMPLETE , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack.
Updates aren't supported.
getTimeoutInMinutes in interface CfnStackProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.