Module Values.ProtectedQueryDistributeOutputConfigurationSource

Specifies the configuration for distributing protected query results to multiple receivers, including S3 and collaboration members.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval 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 ]
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