BatchUpdateTaskItem
The details of a task to update in a batch update operation.
Contents
- farmId
-
The farm ID of the task to update.
Type: String
Pattern:
farm-[0-9a-f]{32}Required: Yes
- jobId
-
The job ID of the task to update.
Type: String
Pattern:
job-[0-9a-f]{32}Required: Yes
- queueId
-
The queue ID of the task to update.
Type: String
Pattern:
queue-[0-9a-f]{32}Required: Yes
- stepId
-
The step ID of the task to update.
Type: String
Pattern:
step-[0-9a-f]{32}Required: Yes
- targetRunStatus
-
The run status with which to start the task.
Type: String
Valid Values:
READY | FAILED | SUCCEEDED | CANCELED | SUSPENDED | PENDINGRequired: Yes
- taskId
-
The task ID of the task to update.
Type: String
Pattern:
task-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: