Values.S3ReferenceDataSourceUpdateSourceFor a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.
type nonrec t = {bucketARNUpdate : BucketARN.t option;The Amazon Resource Name (ARN) of the S3 bucket.
*)fileKeyUpdate : FileKey.t option;The object key name.
*)}