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.services.cloudformation.NestedStackProps
NestedStackProps.Builder, NestedStackProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NestedStackProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theNestedStackProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.Deprecated.(deprecated) The Simple Notification Service (SNS) topics to publish stack related events.Deprecated.(deprecated) The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.final DurationDeprecated.(deprecated) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theNestedStackProps.Builder.
-
-
Method Details
-
getNotifications
Deprecated.Description copied from interface:NestedStackProps(deprecated) The Simple Notification Service (SNS) topics to publish stack related events.Default: - notifications are not sent for this stack.
- Specified by:
getNotificationsin interfaceNestedStackProps
-
getParameters
Deprecated.Description copied from interface:NestedStackProps(deprecated) 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:
getParametersin interfaceNestedStackProps
-
getTimeout
Deprecated.Description copied from interface:NestedStackProps(deprecated) 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:
getTimeoutin interfaceNestedStackProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-