Values.MembershipProtectedJobResultConfigurationSourceContains configurations for protected job results.
type nonrec t = {outputConfiguration : MembershipProtectedJobOutputConfiguration.t;The output configuration for a protected job result.
*)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.
*)}val make :
outputConfiguration:MembershipProtectedJobOutputConfiguration.t ->
roleArn:RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of RoleArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of
ProtectedJobS3OutputConfigurationInputBucketString.t ])
list ])
list ])
list ]