@Stability(value=Experimental) @Internal public static final class CfnOutputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOutputProps
CfnOutputPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnOutputProps.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.
|
protected |
Jsii$Proxy(String value,
CfnCondition condition,
String description,
String exportName)
Constructor that initializes the object based on literal property values passed by the
CfnOutputProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
CfnCondition |
getCondition()
(experimental) A condition to associate with this output value.
|
String |
getDescription()
(experimental) A String type that describes the output value.
|
String |
getExportName()
(experimental) The name used to export the value of this output across stacks.
|
String |
getValue()
(experimental) 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, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String value, CfnCondition condition, String description, String exportName)
CfnOutputProps.Builder.public final String getValue()
CfnOutputPropsThe value of an output can include literals, parameter references, pseudo-parameters, a mapping value, or intrinsic functions.
getValue in interface CfnOutputPropspublic final 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 CfnOutputPropspublic final String getDescription()
CfnOutputPropsThe description can be a maximum of 4 K in length.
Default: - No description.
getDescription in interface CfnOutputPropspublic final String getExportName()
CfnOutputProps
To import the value from another stack, use Fn.importValue(exportName).
Default: - the output is not exported
getExportName in interface CfnOutputProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.