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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.NestedStackProps
NestedStackProps.Builder, NestedStackProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NestedStackProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNestedStackProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA 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 RemovalPolicyPolicy to apply when the nested stack is removed.final DurationThe length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.final inthashCode()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:NestedStackPropsA description of the stack.Default: - No description.
- Specified by:
getDescriptionin interfaceNestedStackProps
-
getNotificationArns
Description copied from interface:NestedStackPropsThe Simple Notification Service (SNS) topics to publish stack related events.Default: - notifications are not sent for this stack.
- Specified by:
getNotificationArnsin interfaceNestedStackProps
-
getParameters
Description copied from interface:NestedStackPropsThe 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:
getParametersin interfaceNestedStackProps
-
getRemovalPolicy
Description copied from interface:NestedStackPropsPolicy 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:
getRemovalPolicyin interfaceNestedStackProps
-
getTimeout
Description copied from interface:NestedStackPropsThe 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:
getTimeoutin interfaceNestedStackProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-