| Modifier and Type | Method and Description |
|---|---|
static NestedStack.Builder |
NestedStack.Builder.create(software.constructs.Construct scope,
String id) |
NestedStack.Builder |
NestedStack.Builder.notificationArns(List<String> notificationArns)
The Simple Notification Service (SNS) topics to publish stack related events.
|
NestedStack.Builder |
NestedStack.Builder.parameters(Map<String,String> parameters)
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
NestedStack.Builder |
NestedStack.Builder.removalPolicy(RemovalPolicy removalPolicy)
Policy to apply when the nested stack is removed.
|
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
Copyright © 2021. All rights reserved.