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

Class: Aws::KinesisAnalyticsV2::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",
}

For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn_updateString

The Amazon Resource Name (ARN) of the S3 bucket.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the S3 bucket.

#file_key_updateString

The object key name.

Returns:

  • (String)

    The object key name.