Module Values.MembershipProtectedJobResultConfigurationSource

Contains configurations for protected job results.

Sourcetype nonrec t = {
  1. outputConfiguration : MembershipProtectedJobOutputConfiguration.t;
    (*

    The output configuration for a protected job result.

    *)
  2. roleArn : RoleArn.t;
    (*

    The unique ARN for an IAM role that is used by Clean Rooms to write protected job results to the result location, given by the member who can receive results.

    *)
}
Sourceval context_ : string
Sourceval make : outputConfiguration:MembershipProtectedJobOutputConfiguration.t -> roleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RoleArn.t | `Structure of (string * [> `Structure of (string * [> `String of ProtectedJobS3OutputConfigurationInputBucketString.t ]) 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