@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.295Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static StackProps.Builder |
builder() |
Environment |
getEnv()
The AWS environment (account/region) where this stack will be deployed.
|
String |
getStackName()
Name to deploy the stack with.
|
Map<String,String> |
getTags()
Stack tags that will be applied to all the taggable resources and the stack itself.
|
@Stability(value=Stable) Environment getEnv()
@Stability(value=Stable) String getStackName()
@Stability(value=Stable) Map<String,String> getTags()
@Stability(value=Stable) static StackProps.Builder builder()
StackProps.Builder of StackPropsCopyright © 2019. All rights reserved.