You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::Types::S3ReferenceDataSourceUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3ReferenceDataSourceUpdate as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn_updateString

Amazon Resource Name (ARN) of the S3 bucket.

Returns:

  • (String)

    Amazon Resource Name (ARN) of the S3 bucket.

#file_key_updateString

Object key name.

Returns:

  • (String)

    Object key name.

#reference_role_arn_updateString

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

Returns:

  • (String)

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