TaskSummary
The details of a task.
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
- runStatus
-
The run status of the task.
Type: String
Valid Values:
PENDING | READY | ASSIGNED | STARTING | SCHEDULED | INTERRUPTING | RUNNING | SUSPENDED | CANCELED | FAILED | SUCCEEDED | NOT_COMPATIBLE
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 that 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 task parameters.
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 on which the started.
Type: String
Valid Values:
READY | FAILED | SUCCEEDED | CANCELED | SUSPENDED | PENDING
Required: 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: