@Stability(value=Stable) public static final class StackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StackProps
StackPropssoftware.amazon.jsii.JsiiObject.InitializationModeStackProps.Builder, StackProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
A description of the stack.
|
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getDescription()
StackPropsDefault: - No description.
getDescription in interface StackPropspublic Environment getEnv()
StackPropsDefault: - The `default-account` and `default-region` context parameters will be used. If they are undefined, it will not be possible to deploy the stack.
getEnv in interface StackPropspublic String getStackName()
StackPropsDefault: - Derived from construct path.
getStackName in interface StackPropspublic Map<String,String> getTags()
StackPropsDefault: {}
getTags in interface StackPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.