Values.ProtectedJobOutputConfigurationOutputSourceThe protected job output configuration output.
type nonrec t = {s3 : ProtectedJobS3OutputConfigurationOutput.t option;If present, the output for a protected job with an `S3` output type.
*)member : ProtectedJobMemberOutputConfigurationOutput.t option;The member output configuration for a protected job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of
ProtectedJobS3OutputConfigurationOutputBucketString.t ])
list ])
list ]