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
- Struct
- Aws::KinesisAnalyticsV2::Types::SqlApplicationConfigurationDescription
- 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
-
#input_descriptions ⇒ Array<Types::InputDescription>
The array of InputDescription objects describing the input streams used by the application.
-
#output_descriptions ⇒ Array<Types::OutputDescription>
The array of OutputDescription objects describing the destination streams used by the application.
-
#reference_data_source_descriptions ⇒ Array<Types::ReferenceDataSourceDescription>
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
Instance Attribute Details
#input_descriptions ⇒ Array<Types::InputDescription>
The array of InputDescription objects describing the input streams used by the application.
#output_descriptions ⇒ Array<Types::OutputDescription>
The array of OutputDescription objects describing the destination streams used by the application.
#reference_data_source_descriptions ⇒ Array<Types::ReferenceDataSourceDescription>
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.