@Stability(value=Stable) public static final class CfnOutputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOutputProps
CfnOutputProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnOutputProps.Builder, CfnOutputProps.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) |
CfnCondition |
getCondition()
A condition to associate with this output value.
|
String |
getDescription()
A String type that describes the output value.
|
String |
getExportName()
The name used to export the value of this output across stacks.
|
String |
getValue()
The value of the property returned by the aws cloudformation describe-stacks command.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public String getValue()
CfnOutputProps
The value of an output can include literals, parameter references, pseudo-parameters, a mapping value, or intrinsic functions.
getValue
in interface CfnOutputProps
public CfnCondition getCondition()
CfnOutputProps
If the condition evaluates
to false
, this output value will not be included in the stack.
Default: - No condition is associated with the output.
getCondition
in interface CfnOutputProps
public String getDescription()
CfnOutputProps
The description can be a maximum of 4 K in length.
Default: - No description.
getDescription
in interface CfnOutputProps
public String getExportName()
CfnOutputProps
To import the value from another stack, use Fn.importValue(exportName)
.
Default: - the output is not exported
getExportName
in interface CfnOutputProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.