Struct rusoto_kinesisanalytics::S3Configuration [] [src]

pub struct S3Configuration {
    pub bucket_arn: String,
    pub file_key: String,
    pub role_arn: String,
}

Provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role that is used to access the bucket, and the name of the S3 object that contains the data.

Fields

ARN of the S3 bucket that contains the data.

The name of the object that contains the data.

IAM ARN of the role used to access the data.

Trait Implementations

impl Default for S3Configuration
[src]

[src]

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

impl Debug for S3Configuration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for S3Configuration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations