@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-13T06:02:42.280Z") @Stability(value=Experimental) public interface NestedStackProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
Modifier and Type | Interface and Description |
---|---|
static class |
NestedStackProps.Builder
A builder for
NestedStackProps |
static class |
NestedStackProps.Jsii$Proxy
An implementation for
NestedStackProps |
Modifier and Type | Method and Description |
---|---|
static NestedStackProps.Builder |
builder() |
default List<String> |
getNotificationArns()
The Simple Notification Service (SNS) topics to publish stack related events.
|
default Map<String,String> |
getParameters()
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
default Duration |
getTimeout()
The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
@Stability(value=Experimental) @Nullable default List<String> getNotificationArns()
Default: - notifications are not sent for this stack.
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,String> getParameters()
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
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Duration getTimeout()
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
EXPERIMENTAL
@Stability(value=Experimental) static NestedStackProps.Builder builder()
NestedStackProps.Builder
of NestedStackProps
Copyright © 2020. All rights reserved.