Package software.amazon.awscdk.core
Class CfnOutputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnOutputProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOutputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnOutputProps
@Stability(Stable)
@Internal
public static final class CfnOutputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOutputProps
An implementation for
CfnOutputProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.CfnOutputProps
CfnOutputProps.Builder, CfnOutputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnOutputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOutputProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal CfnConditionA condition to associate with this output value.final StringA String type that describes the output value.final StringThe name used to export the value of this output across stacks.final StringgetValue()The value of the property returned by the aws cloudformation describe-stacks command.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOutputProps.Builder.
-
-
Method Details
-
getValue
Description copied from interface:CfnOutputPropsThe value of the property returned by the aws cloudformation describe-stacks command.The value of an output can include literals, parameter references, pseudo-parameters, a mapping value, or intrinsic functions.
- Specified by:
getValuein interfaceCfnOutputProps
-
getCondition
Description copied from interface:CfnOutputPropsA condition to associate with this output value.If the condition evaluates to
false, this output value will not be included in the stack.Default: - No condition is associated with the output.
- Specified by:
getConditionin interfaceCfnOutputProps
-
getDescription
Description copied from interface:CfnOutputPropsA String type that describes the output value.The description can be a maximum of 4 K in length.
Default: - No description.
- Specified by:
getDescriptionin interfaceCfnOutputProps
-
getExportName
Description copied from interface:CfnOutputPropsThe name used to export the value of this output across stacks.To import the value from another stack, use
Fn.importValue(exportName).Default: - the output is not exported
- Specified by:
getExportNamein interfaceCfnOutputProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-