@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-03-18T10:30:13.672Z") @Stability(value=Stable) public interface StackProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StackProps.Builder
A builder for
StackProps |
static class |
StackProps.Jsii$Proxy
An implementation for
StackProps |
| Modifier and Type | Method and Description |
|---|---|
static StackProps.Builder |
builder() |
default String |
getDescription()
A description of the stack.
|
default Environment |
getEnv()
The AWS environment (account/region) where this stack will be deployed.
|
default String |
getStackName()
Name to deploy the stack with.
|
default Map<String,String> |
getTags()
Stack tags that will be applied to all the taggable resources and the stack itself.
|
@Stability(value=Stable) default String getDescription()
Default: - No description.
@Stability(value=Stable) default Environment getEnv()
Default: - The `default-account` and `default-region` context parameters will be used. If they are undefined, it will not be possible to deploy the stack.
@Stability(value=Stable) default String getStackName()
Default: - Derived from construct path.
@Stability(value=Stable) default Map<String,String> getTags()
Default: {}
@Stability(value=Stable) static StackProps.Builder builder()
StackProps.Builder of StackPropsCopyright © 2020. All rights reserved.