Module Values.ProtectedQueryDistributeOutputConfigurationLocationSource

Specifies where you'll distribute the results of your protected query. You must configure either an S3 destination or a collaboration member destination.

Sourceval make : ?s3:??? -> ?member:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of ProtectedQueryS3OutputConfigurationBucketString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t