Module Values_0.FlowDefinitionOutputConfigSource

Contains information about where human output will be stored.

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

    The Amazon S3 path where the object containing human output will be made available. To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

    *)
  2. kmsKeyId : KmsKeyId.t option;
    (*

    The Amazon Key Management Service (KMS) key ID for server-side encryption.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> s3OutputPath:S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Uri.t ]) 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