Class CfnApplicationV2.InputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.InputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationV2.InputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationV2.InputProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationV2.InputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2.InputProperty
An implementation for
CfnApplicationV2.InputProperty
-
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.CfnApplicationV2.InputProperty
CfnApplicationV2.InputProperty.Builder, CfnApplicationV2.InputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationV2.InputProperty.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 number of in-application streams to create.final Object
The InputProcessingConfiguration for the input.final Object
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.final Object
If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.final Object
If the streaming source is an Amazon Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).final String
The name prefix to use when creating an 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 theCfnApplicationV2.InputProperty.Builder
.
-
-
Method Details
-
getInputSchema
Description copied from interface:CfnApplicationV2.InputProperty
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.Also used to describe the format of the reference data source.
- Specified by:
getInputSchema
in interfaceCfnApplicationV2.InputProperty
- See Also:
-
getNamePrefix
Description copied from interface:CfnApplicationV2.InputProperty
The name prefix to use when creating an in-application stream.Suppose that you specify a prefix "
MyInApplicationStream
." Kinesis Data Analytics then creates one or more (as per theInputParallelism
count you specified) in-application streams with the names "MyInApplicationStream_001
," "MyInApplicationStream_002
," and so on.- Specified by:
getNamePrefix
in interfaceCfnApplicationV2.InputProperty
- See Also:
-
getInputParallelism
Description copied from interface:CfnApplicationV2.InputProperty
Describes the number of in-application streams to create.- Specified by:
getInputParallelism
in interfaceCfnApplicationV2.InputProperty
- See Also:
-
getInputProcessingConfiguration
Description copied from interface:CfnApplicationV2.InputProperty
The InputProcessingConfiguration for the input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor .- Specified by:
getInputProcessingConfiguration
in interfaceCfnApplicationV2.InputProperty
- See Also:
-
getKinesisFirehoseInput
Description copied from interface:CfnApplicationV2.InputProperty
If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.- Specified by:
getKinesisFirehoseInput
in interfaceCfnApplicationV2.InputProperty
- See Also:
-
getKinesisStreamsInput
Description copied from interface:CfnApplicationV2.InputProperty
If the streaming source is an Amazon Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).- Specified by:
getKinesisStreamsInput
in interfaceCfnApplicationV2.InputProperty
- 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()
-