Values.IngestionS3InputConfigurationSourceSpecifies S3 configuration information for the input data for the data ingestion job.
type nonrec t = {bucket : S3Bucket.t;The name of the S3 bucket used for the input data for the data ingestion.
*)prefix : S3Prefix.t option;The prefix for the S3 location being used for the input data for the data ingestion.
*)keyPattern : KeyPattern.t option;The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was created previously without any KeyPattern, then the default KeyPattern {prefix}/{component_name}/* is used to download files from Amazon S3 according to the schema. This field is required when ingestion is being done for the first time. Valid Values: {prefix}/{component_name}_* | {prefix}/{component_name}/* | {prefix}/{component_name}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen)
*)}