Values.S3BatchJobIdentifierSourceA batch job identifier in which the batch jobs to run are identified by an Amazon S3 location.
type nonrec t = {bucket : String_.t;The Amazon S3 bucket that contains the batch job definitions.
*)identifier : JobIdentifier.t;Identifies the batch job definition. This identifier can also point to any batch job definition that already exists in the application or to one of the batch job definitions within the directory that is specified in keyPrefix.
*)keyPrefix : String_.t option;The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
*)}