You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::InputDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the application input configuration for a SQL-based Kinesis Data Analytics application.

Instance Attribute Summary collapse

Instance Attribute Details

#in_app_stream_namesArray<String>

Returns the in-application stream names that are mapped to the stream source.

Returns:

  • (Array<String>)

    Returns the in-application stream names that are mapped to the stream source.

#input_idString

The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.

Returns:

  • (String)

    The input ID that is associated with the application input.

#input_parallelismTypes::InputParallelism

Describes the configured parallelism (number of in-application streams mapped to the streaming source).

Returns:

  • (Types::InputParallelism)

    Describes the configured parallelism (number of in-application streams mapped to the streaming source).

#input_processing_configuration_descriptionTypes::InputProcessingConfigurationDescription

The description of the preprocessor that executes on records in this input before the application\'s code is run.

Returns:

#input_schemaTypes::SourceSchema

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.

Returns:

  • (Types::SourceSchema)

    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.

#input_starting_position_configurationTypes::InputStartingPositionConfiguration

The point at which the application is configured to read from the input stream.

Returns:

#kinesis_firehose_input_descriptionTypes::KinesisFirehoseInputDescription

If a Kinesis Data Firehose delivery stream is configured as a streaming source, provides the delivery stream\'s ARN.

Returns:

#kinesis_streams_input_descriptionTypes::KinesisStreamsInputDescription

If a Kinesis data stream is configured as a streaming source, provides the Kinesis data stream\'s Amazon Resource Name (ARN).

Returns:

#name_prefixString

The in-application name prefix.

Returns:

  • (String)

    The in-application name prefix.