@Deprecated public static final class NestedStackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NestedStackProps
NestedStackProps
NestedStackProps.Builder, NestedStackProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.util.List<ITopic> |
getNotifications()
Deprecated.
(deprecated) The Simple Notification Service (SNS) topics to publish stack related events.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Deprecated.
(deprecated) The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
Duration |
getTimeout()
Deprecated.
(deprecated) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<ITopic> getNotifications()
NestedStackProps
Default: - notifications are not sent for this stack.
getNotifications
in interface NestedStackProps
public final java.util.Map<java.lang.String,java.lang.String> getParameters()
NestedStackProps
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
getParameters
in interface NestedStackProps
public final Duration getTimeout()
NestedStackProps
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
getTimeout
in interface NestedStackProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()