AWS::KinesisAnalytics::ApplicationReferenceDataSource S3ReferenceDataSource
Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf.
An Amazon Kinesis 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 AWS CloudFormation template, use the following syntax:
JSON
{ "BucketARN" :
String
, "FileKey" :String
, "ReferenceRoleARN" :String
}
YAML
BucketARN:
String
FileKey:String
ReferenceRoleARN:String
Properties
BucketARN
-
Amazon Resource Name (ARN) of the S3 bucket.
Required: Yes
Type: String
Pattern:
arn:.*
Minimum:
1
Maximum:
2048
Update requires: No interruption
FileKey
-
Object key name containing reference data.
Required: Yes
Type: String
Minimum:
1
Maximum:
1024
Update requires: No interruption
ReferenceRoleARN
-
ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the
s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.Required: Yes
Type: String
Pattern:
arn:.*
Minimum:
1
Maximum:
2048
Update requires: No interruption