Module Values.ProtectedJobOutputConfigurationOutputSource

The protected job output configuration output.

Sourcetype nonrec t = {
  1. s3 : ProtectedJobS3OutputConfigurationOutput.t option;
    (*

    If present, the output for a protected job with an `S3` output type.

    *)
  2. member : ProtectedJobMemberOutputConfigurationOutput.t option;
    (*

    The member output configuration for a protected job.

    *)
}
Sourceval make : ?s3:??? -> ?member:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ProtectedJobS3OutputConfigurationOutputBucketString.t ]) 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