Struct rusoto_kinesisanalytics::S3ReferenceDataSourceDescription [] [src]

pub struct S3ReferenceDataSourceDescription {
    pub bucket_arn: BucketARN,
    pub file_key: FileKey,
    pub reference_role_arn: RoleARN,
}

Provides the bucket name and object key name that stores the reference data.

Fields

Amazon Resource Name (ARN) of the S3 bucket.

Amazon S3 object key name.

ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

Trait Implementations

impl Default for S3ReferenceDataSourceDescription
[src]

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

impl Debug for S3ReferenceDataSourceDescription
[src]

Formats the value using the given formatter.

impl Clone for S3ReferenceDataSourceDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more