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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.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 an Amazon Kinesis Firehose delivery stream as the destination.final ObjectIdentifies an Amazon Kinesis stream as the destination.final ObjectIdentifies an AWS Lambda function as the destination.final StringgetName()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.For more information, see Configuring Application Output .
Returns union: either
IResolvableorCfnApplicationOutput.DestinationSchemaProperty- Specified by:
getDestinationSchemain interfaceCfnApplicationOutput.OutputProperty- See Also:
-
getKinesisFirehoseOutput
Description copied from interface:CfnApplicationOutput.OutputPropertyIdentifies an Amazon Kinesis 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 an Amazon Kinesis stream as the destination.Returns union: either
IResolvableorCfnApplicationOutput.KinesisStreamsOutputProperty- Specified by:
getKinesisStreamsOutputin interfaceCfnApplicationOutput.OutputProperty- See Also:
-
getLambdaOutput
Description copied from interface:CfnApplicationOutput.OutputPropertyIdentifies an AWS Lambda function as the destination.Returns union: either
IResolvableorCfnApplicationOutput.LambdaOutputProperty- Specified by:
getLambdaOutputin interfaceCfnApplicationOutput.OutputProperty- See Also:
-
getName
Description copied from interface:CfnApplicationOutput.OutputPropertyName 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()
-