Module Values.S3TableOutputOptionsSource

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

Sourcetype nonrec t = {
  1. location : S3Location.t;
    (*

    Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.

    *)
}
Sourceval context_ : string
Sourceval make : location:S3Location.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Bucket.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