| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.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.create(software.constructs.Construct scope,
String id) |
Stack.Builder |
Stack.Builder.description(String description)
A description of the stack.
|
Stack.Builder |
Stack.Builder.env(Environment env)
The AWS environment (account/region) where this stack will be deployed.
|
Stack.Builder |
Stack.Builder.stackName(String stackName)
Name to deploy the stack with.
|
Stack.Builder |
Stack.Builder.synthesizer(IStackSynthesizer synthesizer)
Synthesis method to use while deploying this stack.
|
Stack.Builder |
Stack.Builder.tags(Map<String,String> tags)
Stack tags that will be applied to all the taggable resources and the stack itself.
|
Stack.Builder |
Stack.Builder.terminationProtection(Boolean terminationProtection)
Whether to enable termination protection for this stack.
|
Copyright © 2020. All rights reserved.