BatchJobExecutionSummary
A subset of the possible batch job attributes. Used in the batch job list.
Contents
- applicationId
-
The unique identifier of the application that hosts this batch job.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- endTime
-
The timestamp when this batch job execution ended.
Type: Timestamp
Required: No
- executionId
-
The unique identifier of this execution of the batch job.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- jobId
-
The unique identifier of a particular batch job.
Type: String
Pattern:
^\S{1,100}$
Required: No
- jobName
-
The name of a particular batch job.
Type: String
Pattern:
^\S{1,100}$
Required: No
- jobType
-
The type of a particular batch job execution.
Type: String
Valid Values:
VSE | JES2 | JES3
Required: No
- startTime
-
The timestamp when a particular batch job execution started.
Type: Timestamp
Required: Yes
- status
-
The status of a particular batch job execution.
Type: String
Valid Values:
Submitting | Holding | Dispatching | Running | Cancelling | Cancelled | Succeeded | Failed | Succeeded With Warning
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: