ListJobsResponseEntry
Job summary information returned in list operations.
Contents
- Action
-
Action performed by the job.
Type: String
Valid Values:
ValidateAddressRequired: Yes
- CreatedAt
-
Job creation time in ISO 8601
format: YYYY-MM-DDThh:mm:ss.sss.Type: Timestamp
Required: Yes
- ExecutionRoleArn
-
IAM role used for job execution.
Type: String
Required: Yes
- InputOptions
-
Input configuration.
Type: JobInputOptions object
Required: Yes
- JobArn
-
Amazon Resource Name (ARN) of the job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1600.
Pattern:
arn(:[a-z0-9]+([.-][a-z0-9]+)*):geo(:([a-z0-9]+([.-][a-z0-9]+)*))(:[0-9]+):((\*)|([-a-z]+[/][*-._\w]+))Required: Yes
- JobId
-
Unique job identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
[-._\w]+Required: Yes
- OutputOptions
-
Output configuration.
Type: JobOutputOptions object
Required: Yes
- Status
-
Current job status.
Type: String
Valid Values:
Pending | Running | Completed | Failed | Cancelling | CancelledRequired: Yes
- UpdatedAt
-
Last update time in ISO 8601
format: YYYY-MM-DDThh:mm:ss.sss.Type: Timestamp
Required: Yes
- ActionOptions
-
Additional options for configuring job action parameters.
Type: JobActionOptions object
Required: No
- EndedAt
-
Job completion time in ISO 8601
format: YYYY-MM-DDThh:mm:ss.sss. Only returned for jobs in a terminal status:Completed|Failed|Cancelled.Type: Timestamp
Required: No
- Error
-
Error information if the job failed.
Type: JobError object
Required: No
- Name
-
Job name (if provided during creation).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[-._\w]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: