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

Class: Aws::KinesisAnalytics::Types::InputDescription

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

Overview

Describes the application input configuration. For more information, see Configuring Application Input.

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

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

Returns:

  • (String)

    Input ID 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

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

Returns:

#kinesis_firehose_input_descriptionTypes::KinesisFirehoseInputDescription

If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery stream\'s ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Returns:

  • (Types::KinesisFirehoseInputDescription)

    If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery stream\'s ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

#kinesis_streams_input_descriptionTypes::KinesisStreamsInputDescription

If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream\'s Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

Returns:

  • (Types::KinesisStreamsInputDescription)

    If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream\'s Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.

#name_prefixString

In-application name prefix.

Returns:

  • (String)

    In-application name prefix.