Amazon Kinesis Data Analytics ApplicationReferenceDataSource S3ReferenceDataSource
The S3ReferenceDataSource property type specifies the Amazon S3 bucket and
object that contains the reference data for Amazon Kinesis Data Analytics.
S3ReferenceDataSource is a property of the ReferenceDataSource parameter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BucketARN" :String, "FileKey" :String, "ReferenceRoleARN" :String}
YAML
BucketARN:StringFileKey:StringReferenceRoleARN:String
Properties
BucketARN-
The Amazon Resource Name (ARN) of the Amazon S3 bucket.
Required: Yes
Type: String;
Update requires: No interruption
FileKey-
The object key name containing reference data.
Required: Yes
Type: String;
Update requires: No interruption
ReferenceRoleARN-
The ARN of the IAM role that the service can assume to read data on your behalf.
Required: Yes
Type: String;
Update requires: No interruption
