Values.S3LocationSourceContains information about the location in Amazon S3 where the select job results are stored.
type nonrec t = {bucketName : String_.t option;The name of the Amazon S3 bucket where the job results are stored.
*)prefix : String_.t option;The prefix that is prepended to the results for this request.
*)encryption : Encryption.t option;Contains information about the encryption used to store the job results in Amazon S3.
*)cannedACL : CannedACL.t option;The canned access control list (ACL) to apply to the job results.
*)accessControlList : AccessControlPolicyList.t option;A list of grants that control access to the staged results.
*)tagging : Hashmap.t option;The tag-set that is applied to the job results.
*)userMetadata : Hashmap.t option;A map of metadata to store with the job results in Amazon S3.
*)storageClass : StorageClass.t option;The storage class used to store the job results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]