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