Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnStackPropsMixin.Builder
Packages that use CfnStackPropsMixin.Builder
-
Uses of CfnStackPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudformation that return CfnStackPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnStackPropsMixin.BuilderCfnStackPropsMixin.Builder.create()static CfnStackPropsMixin.BuilderCfnStackPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStackPropsMixin.Builder.notificationArns(List<String> notificationArns) The Amazon SNS topic ARNs to publish stack related events.CfnStackPropsMixin.Builder.parameters(Map<String, String> parameters) The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.CfnStackPropsMixin.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.CfnStackPropsMixin.Builder.templateUrl(String templateUrl) The URL of a file that contains the template body.CfnStackPropsMixin.Builder.timeoutInMinutes(Number timeoutInMinutes) The length of time, in minutes, that CloudFormation waits for the nested stack to reach theCREATE_COMPLETEstate.