Uses of Class
software.amazon.awscdk.core.Stack.Builder
Packages that use Stack.Builder
-
Uses of Stack.Builder in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return Stack.BuilderModifier and TypeMethodDescriptionStack.Builder.analyticsReporting
(Boolean analyticsReporting) Include runtime versioning information in this Stack.static Stack.Builder
Stack.Builder.create()
static Stack.Builder
Stack.Builder.create
(software.constructs.Construct scope) static Stack.Builder
Stack.Builder.description
(String description) A description of the stack.Stack.Builder.env
(Environment env) The AWS environment (account/region) where this stack will be deployed.Name to deploy the stack with.Stack.Builder.synthesizer
(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.Stack tags that will be applied to all the taggable resources and the stack itself.Stack.Builder.terminationProtection
(Boolean terminationProtection) Whether to enable termination protection for this stack.