Values.S3ReferenceDataSourceUpdateSourceDescribes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
type nonrec t = {bucketARNUpdate : BucketARN.t option;Amazon Resource Name (ARN) of the S3 bucket.
*)fileKeyUpdate : FileKey.t option;Object key name.
*)referenceRoleARNUpdate : RoleARN.t option;ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
*)}