@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-07T12:30:23.742Z") @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) @Nullable default String getDescription()
Default: - No description.
@Stability(value=Stable) @Nullable 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) @Nullable default String getStackName()
Default: - Derived from construct path.
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
Default: {}
@Stability(value=Stable) static StackProps.Builder builder()
StackProps.Builder of StackPropsCopyright © 2020. All rights reserved.