Uses of Class
software.amazon.awscdk.services.cloudformation.CfnStack.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnStack.Builder in software.amazon.awscdk.services.cloudformation
Modifier and TypeMethodDescriptionstatic CfnStack.Builder
CfnStack.Builder.notificationArns
(List<String> notificationArns) The Amazon SNS topic ARNs to publish stack related events.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.parameters
(IResolvable parameters) The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.Key-value pairs to associate with this stack.CfnStack.Builder.templateUrl
(String templateUrl) Location of file containing the template body.CfnStack.Builder.timeoutInMinutes
(Number timeoutInMinutes) The length of time, in minutes, that CloudFormation waits for the nested stack to reach theCREATE_COMPLETE
state.