class Aws::KinesisAnalyticsV2::Types::S3ReferenceDataSourceUpdate

For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an 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",
    }

@!attribute [rw] bucket_arn_update

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

@!attribute [rw] file_key_update

The object key name.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/S3ReferenceDataSourceUpdate AWS API Documentation

Constants

SENSITIVE