Values.S3ConfigurationSourceFor a SQL-based Kinesis Data Analytics application, provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket and the name of the Amazon S3 object that contains the data.
type nonrec t = {bucketARN : BucketARN.t;The ARN of the S3 bucket that contains the data.
*)fileKey : FileKey.t;The name of the object that contains the data.
*)}