Class CfnApplicationOutputV2Props.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputV2Props.Jsii$Proxy
All Implemented Interfaces:
CfnApplicationOutputV2Props, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnApplicationOutputV2Props

@Stability(Stable) @Internal public static final class CfnApplicationOutputV2Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationOutputV2Props
An implementation for CfnApplicationOutputV2Props
  • 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.services.kinesisanalytics.CfnApplicationOutputV2Props

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnApplicationOutputV2Props.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
     
    final String
    The name of the application.
    final Object
    Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
    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(CfnApplicationOutputV2Props.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnApplicationOutputV2Props.Builder.
  • Method Details

    • getApplicationName

      public final String getApplicationName()
      Description copied from interface: CfnApplicationOutputV2Props
      The name of the application.
      Specified by:
      getApplicationName in interface CfnApplicationOutputV2Props
    • getOutput

      public final Object getOutput()
      Description copied from interface: CfnApplicationOutputV2Props
      Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.

      The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.

      Specified by:
      getOutput in interface CfnApplicationOutputV2Props
    • $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