Class: Aws::KinesisAnalyticsV2::Types::ReferenceDataSourceDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ReferenceDataSourceDescription
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
For a SQL-based Kinesis Data Analytics application, describes the reference data source configured for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reference_id ⇒ String
The ID of the reference data source.
-
#reference_schema ⇒ Types::SourceSchema
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
-
#s3_reference_data_source_description ⇒ Types::S3ReferenceDataSourceDescription
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
-
#table_name ⇒ String
The in-application table name created by the specific reference data source configuration.
Instance Attribute Details
#reference_id ⇒ String
The ID of the reference data source. This is the ID that Kinesis Data Analytics assigns when you add the reference data source to your application using the CreateApplication or UpdateApplication operation.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5413 class ReferenceDataSourceDescription < Struct.new( :reference_id, :table_name, :s3_reference_data_source_description, :reference_schema) SENSITIVE = [] include Aws::Structure end |
#reference_schema ⇒ Types::SourceSchema
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5413 class ReferenceDataSourceDescription < Struct.new( :reference_id, :table_name, :s3_reference_data_source_description, :reference_schema) SENSITIVE = [] include Aws::Structure end |
#s3_reference_data_source_description ⇒ Types::S3ReferenceDataSourceDescription
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5413 class ReferenceDataSourceDescription < Struct.new( :reference_id, :table_name, :s3_reference_data_source_description, :reference_schema) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The in-application table name created by the specific reference data source configuration.
5413 5414 5415 5416 5417 5418 5419 5420 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5413 class ReferenceDataSourceDescription < Struct.new( :reference_id, :table_name, :s3_reference_data_source_description, :reference_schema) SENSITIVE = [] include Aws::Structure end |