Module Values.IngestionInputConfigurationSource

Specifies configuration information for the input data for the data ingestion job, including input data S3 location.

Sourcetype nonrec t = {
  1. s3InputConfiguration : IngestionS3InputConfiguration.t;
    (*

    The location information for the S3 bucket used for input data for the data ingestion.

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