AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource S3ReferenceDataSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource S3ReferenceDataSource

For an SQL-based Amazon 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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketARN" : String, "FileKey" : String }

YAML

BucketARN: String FileKey: String

Properties

BucketARN

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

Required: Yes

Type: String

Pattern: arn:.*

Minimum: 1

Maximum: 2048

Update requires: No interruption

FileKey

The object key name containing the reference data.

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

See also