Values.ProtectedQueryDistributeOutputConfigurationLocationSourceSpecifies where you'll distribute the results of your protected query. You must configure either an S3 destination or a collaboration member destination.
type nonrec t = {s3 : ProtectedQueryS3OutputConfiguration.t option;member : ProtectedQueryMemberOutputConfiguration.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of
ProtectedQueryS3OutputConfigurationBucketString.t ])
list ])
list ]