Values.ProtectedJobS3OutputConfigurationInputSourceContains input information for protected jobs with an S3 output type.
type nonrec t = {bucket : ProtectedJobS3OutputConfigurationInputBucketString.t;The S3 bucket for job output.
*)keyPrefix : KeyPrefix.t option;The S3 prefix to unload the protected job results.
*)}val make :
?keyPrefix:??? ->
bucket:ProtectedJobS3OutputConfigurationInputBucketString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ProtectedJobS3OutputConfigurationInputBucketString.t ])
list ]