@Stability(value=Experimental) @Internal public static final class NestedStackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NestedStackProps
NestedStackPropssoftware.amazon.jsii.JsiiObject.InitializationModeNestedStackProps.Builder, NestedStackProps.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(List<String> notificationArns,
Map<String,String> parameters,
RemovalPolicy removalPolicy,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
NestedStackProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getNotificationArns()
(experimental) The Simple Notification Service (SNS) topics to publish stack related events.
|
Map<String,String> |
getParameters()
(experimental) The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
RemovalPolicy |
getRemovalPolicy()
(experimental) Policy to apply when the nested stack is removed.
|
Duration |
getTimeout()
(experimental) The length of time 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(List<String> notificationArns, Map<String,String> parameters, RemovalPolicy removalPolicy, Duration timeout)
NestedStackProps.Builder.public final List<String> getNotificationArns()
NestedStackPropsDefault: - notifications are not sent for this stack.
getNotificationArns in interface NestedStackPropspublic final Map<String,String> getParameters()
NestedStackPropsEach 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.
The nested stack construct will automatically synthesize parameters in order to bind references from the parent stack(s) into the nested stack.
Default: - no user-defined parameters are passed to the nested stack
getParameters in interface NestedStackPropspublic final RemovalPolicy getRemovalPolicy()
NestedStackProps
The default is Destroy, because all Removal Policies of resources inside the
Nested Stack should already have been set correctly. You normally should
not need to set this value.
Default: RemovalPolicy.DESTROY
getRemovalPolicy in interface NestedStackPropspublic final Duration getTimeout()
NestedStackPropsWhen 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.
Default: - no timeout
getTimeout in interface NestedStackProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.