Package software.amazon.awscdk
Class CfnOutputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.CfnOutputProps
CfnOutputProps.Builder, CfnOutputProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnOutputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOutputProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final CfnCondition
A condition to associate with this output value.final String
A String type that describes the output value.final String
The name used to export the value of this output across stacks.final String
getKey()
The key of the property returned by aws cloudformation describe-stacks command.final String
getValue()
The value of the property returned by the aws cloudformation describe-stacks command.final int
hashCode()
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:CfnOutputProps
The 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:
getValue
in interfaceCfnOutputProps
-
getCondition
Description copied from interface:CfnOutputProps
A 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:
getCondition
in interfaceCfnOutputProps
-
getDescription
Description copied from interface:CfnOutputProps
A String type that describes the output value.The description can be a maximum of 4 K in length.
Default: - No description.
- Specified by:
getDescription
in interfaceCfnOutputProps
-
getExportName
Description copied from interface:CfnOutputProps
The 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:
getExportName
in interfaceCfnOutputProps
-
getKey
Description copied from interface:CfnOutputProps
The key of the property returned by aws cloudformation describe-stacks command.- Specified by:
getKey
in interfaceCfnOutputProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-