Uses of Class
software.amazon.awscdk.NestedStack.Builder
Packages that use NestedStack.Builder
-
Uses of NestedStack.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return NestedStack.BuilderModifier and TypeMethodDescriptionstatic NestedStack.BuilderNestedStack.Builder.description(String description) A description of the stack.NestedStack.Builder.notificationArns(List<String> notificationArns) The Simple Notification Service (SNS) topics to publish stack related events.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.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the nested stack is removed.The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.