Values.S3ConfigurationSourceConfiguration for Amazon S3 destination where scheduled query results are delivered.
type nonrec t = {destinationIdentifier : S3Uri.t;The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
*)roleArn : RoleArn.t;The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
*)ownerAccountId : AccountId.t option;The Amazon Web Services accountId for the bucket owning account.
*)kmsKeyId : KmsKeyId.t option;The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket.
*)}