Values.BatchJobIdentifierSourceIdentifies a specific batch job.
type nonrec t = {fileBatchJobIdentifier : FileBatchJobIdentifier.t option;Specifies a file associated with a specific batch job.
*)restartBatchJobIdentifier : RestartBatchJobIdentifier.t option;Specifies the required information for restart, including executionId and JobStepRestartMarker.
*)s3BatchJobIdentifier : S3BatchJobIdentifier.t option;Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.
*)scriptBatchJobIdentifier : ScriptBatchJobIdentifier.t option;A batch job identifier in which the batch job to run is identified by the script name.
*)}