Class CfnApplicationOutputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnApplicationOutputProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationOutputProps
@Stability(Stable)
@Internal
public static final class CfnApplicationOutputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationOutputProps
An implementation for 
CfnApplicationOutputProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputPropsCfnApplicationOutputProps.Builder, CfnApplicationOutputProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationOutputProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnApplicationOutputProps.Builder.
 
- 
- 
Method Details- 
getApplicationNameDescription copied from interface:CfnApplicationOutputPropsName of the application to which you want to add the output configuration.- Specified by:
- getApplicationNamein interface- CfnApplicationOutputProps
 
- 
getOutputDescription copied from interface:CfnApplicationOutputPropsAn array of objects, each describing one output configuration.In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination. - Specified by:
- getOutputin interface- CfnApplicationOutputProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-