class Aws::KinesisAnalytics::Types::S3ReferenceDataSourceUpdate

Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

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

data as a hash:

    {
      bucket_arn_update: "BucketARN",
      file_key_update: "FileKey",
      reference_role_arn_update: "RoleARN",
    }

@!attribute [rw] bucket_arn_update

Amazon Resource Name (ARN) of the S3 bucket.
@return [String]

@!attribute [rw] file_key_update

Object key name.
@return [String]

@!attribute [rw] reference_role_arn_update

ARN of the IAM role that Amazon Kinesis Analytics can assume to read
the Amazon S3 object and populate the in-application.
@return [String]

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

Constants

SENSITIVE