class Aws::KinesisAnalyticsV2::Types::S3ReferenceDataSource

For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.

A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

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

data as a hash:

    {
      bucket_arn: "BucketARN",
      file_key: "FileKey",
    }

@!attribute [rw] bucket_arn

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

@!attribute [rw] file_key

The object key name containing the reference data.
@return [String]

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

Constants

SENSITIVE