class Aws::KinesisAnalytics::Types::S3Configuration

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 Amazon S3 object that contains the data.

@note When making an API call, you may pass S3Configuration

data as a hash:

    {
      role_arn: "RoleARN", # required
      bucket_arn: "BucketARN", # required
      file_key: "FileKey", # required
    }

@!attribute [rw] role_arn

IAM ARN of the role used to access the data.
@return [String]

@!attribute [rw] bucket_arn

ARN of the S3 bucket that contains the data.
@return [String]

@!attribute [rw] file_key

The name of the object that contains the data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/S3Configuration AWS API Documentation

Constants

SENSITIVE