@Stability(value=Stable) @Internal public static final class CfnApplicationV2.InputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationV2.InputProperty
CfnApplicationV2.InputPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApplicationV2.InputProperty.Builder, CfnApplicationV2.InputProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApplicationV2.InputProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getInputParallelism()
Describes the number of in-application streams to create.
|
Object |
getInputProcessingConfiguration()
The [InputProcessingConfiguration](https://docs.aws.amazon.com/kinesisanalytics/latest/apiv2/API_InputProcessingConfiguration.html) for the input.
|
Object |
getInputSchema()
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.
|
Object |
getKinesisFirehoseInput()
If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.
|
Object |
getKinesisStreamsInput()
If the streaming source is an Amazon Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).
|
String |
getNamePrefix()
The name prefix to use when creating an in-application stream.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApplicationV2.InputProperty.Builder builder)
CfnApplicationV2.ApplicationCodeConfigurationProperty.Builder.public final Object getInputSchema()
CfnApplicationV2.InputPropertyAlso used to describe the format of the reference data source.
getInputSchema in interface CfnApplicationV2.InputPropertypublic final String getNamePrefix()
CfnApplicationV2.InputProperty
Suppose that you specify a prefix " MyInApplicationStream ." Kinesis Data Analytics then creates one or more (as per the InputParallelism count you specified) in-application streams with the names " MyInApplicationStream_001 ," " MyInApplicationStream_002 ," and so on.
getNamePrefix in interface CfnApplicationV2.InputPropertypublic final Object getInputParallelism()
CfnApplicationV2.InputPropertygetInputParallelism in interface CfnApplicationV2.InputPropertypublic final Object getInputProcessingConfiguration()
CfnApplicationV2.InputPropertygetInputProcessingConfiguration in interface CfnApplicationV2.InputPropertypublic final Object getKinesisFirehoseInput()
CfnApplicationV2.InputPropertygetKinesisFirehoseInput in interface CfnApplicationV2.InputPropertypublic final Object getKinesisStreamsInput()
CfnApplicationV2.InputPropertygetKinesisStreamsInput in interface CfnApplicationV2.InputProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.