Values.ProtectedQueryDistributeOutputConfigurationSourceSpecifies the configuration for distributing protected query results to multiple receivers, including S3 and collaboration members.
type nonrec t = {locations : ProtectedQueryDistributeOutputConfigurationLocationsList.t;A list of locations where you want to distribute the protected query results. Each location must specify either an S3 destination or a collaboration member destination. You can't specify more than one S3 location. You can't specify the query runner's account as a member location. You must include either an S3 or member output configuration for each location, but not both.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of
ProtectedQueryS3OutputConfigurationBucketString.t ])
list ])
list ]
list ])
list ]