Class NestedStackProps.Jsii$Proxy
- All Implemented Interfaces:
NestedStackProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NestedStackProps
NestedStackProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.NestedStackProps
NestedStackProps.Builder, NestedStackProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(NestedStackProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNestedStackProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A description of the stack.The Simple Notification Service (SNS) topics to publish stack related events.The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.final RemovalPolicy
Policy to apply when the nested stack is removed.final Duration
The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theNestedStackProps.Builder
.
-
-
Method Details
-
getDescription
Description copied from interface:NestedStackProps
A description of the stack.Default: - No description.
- Specified by:
getDescription
in interfaceNestedStackProps
-
getNotificationArns
Description copied from interface:NestedStackProps
The Simple Notification Service (SNS) topics to publish stack related events.Default: - notifications are not sent for this stack.
- Specified by:
getNotificationArns
in interfaceNestedStackProps
-
getParameters
Description copied from interface:NestedStackProps
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.Each 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
- Specified by:
getParameters
in interfaceNestedStackProps
-
getRemovalPolicy
Description copied from interface:NestedStackProps
Policy to apply when the nested stack is removed.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
- Specified by:
getRemovalPolicy
in interfaceNestedStackProps
-
getTimeout
Description copied from interface:NestedStackProps
The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.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.
Default: - no timeout
- Specified by:
getTimeout
in interfaceNestedStackProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-