| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnStack.Builder |
CfnStack.Builder.create(software.constructs.Construct scope,
String id) |
CfnStack.Builder |
CfnStack.Builder.notificationArns(List<String> notificationArns)
The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events.
|
CfnStack.Builder |
CfnStack.Builder.parameters(IResolvable parameters)
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
CfnStack.Builder |
CfnStack.Builder.parameters(Map<String,String> parameters)
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
CfnStack.Builder |
CfnStack.Builder.tags(List<? extends CfnTag> tags)
Key-value pairs to associate with this stack.
|
CfnStack.Builder |
CfnStack.Builder.templateUrl(String templateUrl)
Location of file containing the template body.
|
CfnStack.Builder |
CfnStack.Builder.timeoutInMinutes(Number timeoutInMinutes)
The length of time, in minutes, that CloudFormation waits for the nested stack to reach the `CREATE_COMPLETE` state.
|
Copyright © 2022. All rights reserved.