BatchGetTaskItem
The details of a task returned in a batch get operation.
Contents
- createdAt
-
The date and time the resource was created.
Type: Timestamp
Required: Yes
- createdBy
-
The user or system that created this resource.
Type: String
Required: Yes
- farmId
-
The farm ID of the task.
Type: String
Pattern:
farm-[0-9a-f]{32}Required: Yes
- jobId
-
The job ID of the task.
Type: String
Pattern:
job-[0-9a-f]{32}Required: Yes
- queueId
-
The queue ID of the task.
Type: String
Pattern:
queue-[0-9a-f]{32}Required: Yes
- runStatus
-
The run status of the task.
Type: String
Valid Values:
PENDING | READY | ASSIGNED | STARTING | SCHEDULED | INTERRUPTING | RUNNING | SUSPENDED | CANCELED | FAILED | SUCCEEDED | NOT_COMPATIBLERequired: Yes
- stepId
-
The step ID of the task.
Type: String
Pattern:
step-[0-9a-f]{32}Required: Yes
- taskId
-
The task ID.
Type: String
Pattern:
task-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))Required: Yes
- endedAt
-
The date and time the resource ended running.
Type: Timestamp
Required: No
- failureRetryCount
-
The number of times the task failed and was retried.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2147483647.
Required: No
- latestSessionActionId
-
The latest session action for the task.
Type: String
Pattern:
sessionaction-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))Required: No
- parameters
-
The parameters for the task.
Type: String to TaskParameterValue object map
Required: No
- startedAt
-
The date and time the resource started running.
Type: Timestamp
Required: No
- targetRunStatus
-
The run status with which to start the task.
Type: String
Valid Values:
READY | FAILED | SUCCEEDED | CANCELED | SUSPENDED | PENDINGRequired: No
- updatedAt
-
The date and time the resource was updated.
Type: Timestamp
Required: No
- updatedBy
-
The user or system that updated this resource.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: