Class CfnApplicationOutput.OutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalyticsv2.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput.OutputProperty
CfnApplicationOutput.OutputProperty.Builder, CfnApplicationOutput.OutputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationOutput.OutputProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectDescribes the data format when records are written to the destination.final ObjectIdentifies a Kinesis Data Firehose delivery stream as the destination.final ObjectIdentifies a Kinesis data stream as the destination.final ObjectIdentifies an Amazon Lambda function as the destination.final StringgetName()The name of the in-application stream.final inthashCode()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.OutputPropertyDescribes the data format when records are written to the destination.Returns union: either
IResolvableorCfnApplicationOutput.DestinationSchemaProperty- Specified by:
getDestinationSchemain interfaceCfnApplicationOutput.OutputProperty- See Also:
-
getKinesisFirehoseOutput
Description copied from interface:CfnApplicationOutput.OutputPropertyIdentifies a Kinesis Data Firehose delivery stream as the destination.Returns union: either
IResolvableorCfnApplicationOutput.KinesisFirehoseOutputProperty- Specified by:
getKinesisFirehoseOutputin interfaceCfnApplicationOutput.OutputProperty- See Also:
-
getKinesisStreamsOutput
Description copied from interface:CfnApplicationOutput.OutputPropertyIdentifies a Kinesis data stream as the destination.Returns union: either
IResolvableorCfnApplicationOutput.KinesisStreamsOutputProperty- Specified by:
getKinesisStreamsOutputin interfaceCfnApplicationOutput.OutputProperty- See Also:
-
getLambdaOutput
Description copied from interface:CfnApplicationOutput.OutputPropertyIdentifies an Amazon Lambda function as the destination.Returns union: either
IResolvableorCfnApplicationOutput.LambdaOutputProperty- Specified by:
getLambdaOutputin interfaceCfnApplicationOutput.OutputProperty- See Also:
-
getName
Description copied from interface:CfnApplicationOutput.OutputPropertyThe name of the in-application stream.- Specified by:
getNamein interfaceCfnApplicationOutput.OutputProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-