@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.768Z") @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()
@Stability(value=Stable) default Environment getEnv()
@Stability(value=Stable) default String getStackName()
@Stability(value=Stable) default Map<String,String> getTags()
@Stability(value=Stable) static StackProps.Builder builder()
StackProps.Builder of StackPropsCopyright © 2019. All rights reserved.