| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| 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)
(experimental) The Simple Notification Service (SNS) topics to publish stack related events.
|
NestedStack.Builder |
NestedStack.Builder.parameters(Map<String,String> parameters)
(experimental) The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
NestedStack.Builder |
NestedStack.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the nested stack is removed.
|
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
(experimental) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
Copyright © 2021. All rights reserved.