Module Values.OutputDataConfigSource

The output configuration properties for a batch translation job.

Sourcetype nonrec t = {
  1. s3Uri : S3Uri.t;
    (*

    The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.

    *)
  2. encryptionKey : EncryptionKey.t option;
}
Sourceval context_ : string
Sourceval make : ?encryptionKey:??? -> s3Uri:S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Uri.t | `Structure of (string * [> `Enum of string | `String of EncryptionKeyID.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