Struct rusoto_kinesisanalytics::S3ReferenceDataSource [] [src]

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

Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf.

An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

Fields

Amazon Resource Name (ARN) of the S3 bucket.

Object key name containing reference data.

ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.

Trait Implementations

impl Default for S3ReferenceDataSource
[src]

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

impl Debug for S3ReferenceDataSource
[src]

Formats the value using the given formatter.

impl Clone for S3ReferenceDataSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more