Class CfnApplicationOutput.OutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutput.OutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationOutput.OutputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationOutput.OutputProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationOutput.OutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationOutput.OutputProperty
An implementation for
CfnApplicationOutput.OutputProperty
-
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.CfnApplicationOutput.OutputProperty
CfnApplicationOutput.OutputProperty.Builder, CfnApplicationOutput.OutputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationOutput.OutputProperty.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 Object
Describes the data format when records are written to the destination.final Object
Identifies an Amazon Kinesis Firehose delivery stream as the destination.final Object
Identifies an Amazon Kinesis stream as the destination.final Object
Identifies an AWS Lambda function as the destination.final String
getName()
Name of the in-application stream.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 theCfnApplicationOutput.OutputProperty.Builder
.
-
-
Method Details
-
getDestinationSchema
Description copied from interface:CfnApplicationOutput.OutputProperty
Describes the data format when records are written to the destination.For more information, see Configuring Application Output .
- Specified by:
getDestinationSchema
in interfaceCfnApplicationOutput.OutputProperty
- See Also:
-
getKinesisFirehoseOutput
Description copied from interface:CfnApplicationOutput.OutputProperty
Identifies an Amazon Kinesis Firehose delivery stream as the destination.- Specified by:
getKinesisFirehoseOutput
in interfaceCfnApplicationOutput.OutputProperty
- See Also:
-
getKinesisStreamsOutput
Description copied from interface:CfnApplicationOutput.OutputProperty
Identifies an Amazon Kinesis stream as the destination.- Specified by:
getKinesisStreamsOutput
in interfaceCfnApplicationOutput.OutputProperty
- See Also:
-
getLambdaOutput
Description copied from interface:CfnApplicationOutput.OutputProperty
Identifies an AWS Lambda function as the destination.- Specified by:
getLambdaOutput
in interfaceCfnApplicationOutput.OutputProperty
- See Also:
-
getName
Description copied from interface:CfnApplicationOutput.OutputProperty
Name of the in-application stream.- Specified by:
getName
in interfaceCfnApplicationOutput.OutputProperty
- See Also:
-
$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()
-