Values.IngestionInputConfigurationSourceSpecifies configuration information for the input data for the data ingestion job, including input data S3 location.
type nonrec t = {s3InputConfiguration : IngestionS3InputConfiguration.t;The location information for the S3 bucket used for input data for the data ingestion.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]