Uses of Class
software.amazon.awscdk.Stack.Builder
Packages that use Stack.Builder
-
Uses of Stack.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return Stack.BuilderModifier and TypeMethodDescriptionStack.Builder.analyticsReporting(Boolean analyticsReporting) Include runtime versioning information in this Stack.static Stack.BuilderStack.Builder.create()static Stack.BuilderStack.Builder.create(software.constructs.Construct scope) static Stack.BuilderStack.Builder.crossRegionReferences(Boolean crossRegionReferences) Enable this flag to allow native cross region stack references.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.Stack.Builder.notificationArns(List<String> notificationArns) SNS Topic ARNs that will receive stack events.Stack.Builder.permissionsBoundary(PermissionsBoundary permissionsBoundary) Options for applying a permissions boundary to all IAM Roles and Users created within this Stage.Stack.Builder.propertyInjectors(List<? extends IPropertyInjector> propertyInjectors) A list of IPropertyInjector attached to this Stack.Name to deploy the stack with.Stack.Builder.suppressTemplateIndentation(Boolean suppressTemplateIndentation) Enable this flag to suppress indentation in generated CloudFormation templates.Stack.Builder.synthesizer(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.Tags that will be applied to the Stack.Stack.Builder.terminationProtection(Boolean terminationProtection) Whether to enable termination protection for this stack.