Struct rusoto_kinesisanalytics::ReferenceDataSourceDescription [] [src]

pub struct ReferenceDataSourceDescription {
    pub reference_id: Id,
    pub reference_schema: Option<SourceSchema>,
    pub s3_reference_data_source_description: S3ReferenceDataSourceDescription,
    pub table_name: InAppTableName,
}

Describes the reference data source configured for an application.

Fields

ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

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

Trait Implementations

impl Default for ReferenceDataSourceDescription
[src]

Returns the "default value" for a type. Read more

impl Debug for ReferenceDataSourceDescription
[src]

Formats the value using the given formatter.

impl Clone for ReferenceDataSourceDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more