Class: Aws::KinesisAnalyticsV2::Types::SqlApplicationConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::SqlApplicationConfigurationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes updates to the input streams, destination streams, and reference data sources for a SQL-based Kinesis Data Analytics application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_updates ⇒ Array<Types::InputUpdate>
The array of InputUpdate objects describing the new input streams used by the application.
-
#output_updates ⇒ Array<Types::OutputUpdate>
The array of OutputUpdate objects describing the new destination streams used by the application.
-
#reference_data_source_updates ⇒ Array<Types::ReferenceDataSourceUpdate>
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
Instance Attribute Details
#input_updates ⇒ Array<Types::InputUpdate>
The array of InputUpdate objects describing the new input streams used by the application.
4764 4765 4766 4767 4768 4769 4770 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4764 class SqlApplicationConfigurationUpdate < Struct.new( :input_updates, :output_updates, :reference_data_source_updates) SENSITIVE = [] include Aws::Structure end |
#output_updates ⇒ Array<Types::OutputUpdate>
The array of OutputUpdate objects describing the new destination streams used by the application.
4764 4765 4766 4767 4768 4769 4770 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4764 class SqlApplicationConfigurationUpdate < Struct.new( :input_updates, :output_updates, :reference_data_source_updates) SENSITIVE = [] include Aws::Structure end |
#reference_data_source_updates ⇒ Array<Types::ReferenceDataSourceUpdate>
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.
4764 4765 4766 4767 4768 4769 4770 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4764 class SqlApplicationConfigurationUpdate < Struct.new( :input_updates, :output_updates, :reference_data_source_updates) SENSITIVE = [] include Aws::Structure end |