- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-kinesis-analytics
S3ReferenceDataSource Interface
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.
Members
Name | Type | Details |
---|---|---|
BucketARN Required | string | undefined | Amazon Resource Name (ARN) of the S3 bucket. |
FileKey Required | string | undefined | Object key name containing reference data. |
ReferenceRoleARN Required | string | undefined | ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the |
Full Signature
export interface S3ReferenceDataSource