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

Class: Aws::KinesisAnalyticsV2::Types::ReferenceDataSourceDescription

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

Overview

For a SQL-based Kinesis Data Analytics application, describes the reference data source configured for an application.

Instance Attribute Summary collapse

Instance Attribute Details

#reference_idString

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.

Returns:

  • (String)

    The ID of the reference data source.

#reference_schemaTypes::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.

Returns:

  • (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_descriptionTypes::S3ReferenceDataSourceDescription

Provides the Amazon S3 bucket name, the object key name that contains the reference data.

Returns:

#table_nameString

The in-application table name created by the specific reference data source configuration.

Returns:

  • (String)

    The in-application table name created by the specific reference data source configuration.