BatchJobIdentifier - AWS Mainframe Modernization

BatchJobIdentifier

Identifies a specific batch job.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

fileBatchJobIdentifier

Specifies a file associated with a specific batch job.

Type: FileBatchJobIdentifier object

Required: No

restartBatchJobIdentifier

Specifies the required information for restart, including executionId and JobStepRestartMarker.

Type: RestartBatchJobIdentifier object

Required: No

s3BatchJobIdentifier

Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.

Type: S3BatchJobIdentifier object

Required: No

scriptBatchJobIdentifier

A batch job identifier in which the batch job to run is identified by the script name.

Type: ScriptBatchJobIdentifier object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: