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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.core.CfnOutputProps

    CfnOutputProps.Builder, CfnOutputProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnOutputProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    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
    The value of the property returned by the aws cloudformation describe-stacks command.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnOutputProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnOutputProps.Builder.
  • Method Details

    • getValue

      public final String 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 interface CfnOutputProps
    • getCondition

      public final CfnCondition 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 interface CfnOutputProps
    • getDescription

      public final String 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 interface CfnOutputProps
    • getExportName

      public final String 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 interface CfnOutputProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object