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

Class: Aws::KinesisAnalyticsV2::Types::SqlApplicationConfigurationDescription

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

Overview

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#input_descriptionsArray<Types::InputDescription>

The array of InputDescription objects describing the input streams used by the application.

Returns:

#output_descriptionsArray<Types::OutputDescription>

The array of OutputDescription objects describing the destination streams used by the application.

Returns:

#reference_data_source_descriptionsArray<Types::ReferenceDataSourceDescription>

The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.

Returns: