View a markdown version of this page

Task - AWS DevOps Agent

Task

Represents a backlog task with all its properties and metadata

Contents

agentSpaceId

The unique identifier for the agent space containing this task

Type: String

Required: Yes

createdAt

Timestamp when this task was created

Type: Timestamp

Required: Yes

priority

The priority level of this task

Type: String

Valid Values: CRITICAL | HIGH | MEDIUM | LOW | MINIMAL

Required: Yes

status

The current status of this task

Type: String

Valid Values: PENDING_TRIAGE | LINKED | PENDING_START | IN_PROGRESS | PENDING_CUSTOMER_APPROVAL | COMPLETED | FAILED | TIMED_OUT | CANCELED

Required: Yes

taskId

The unique identifier for this task

Type: String

Required: Yes

taskType

The type of this task

Type: String

Valid Values: INVESTIGATION | EVALUATION

Required: Yes

title

The title of the task

Type: String

Required: Yes

updatedAt

Timestamp when this task was last updated

Type: Timestamp

Required: Yes

version

Version number for optimistic locking

Type: Integer

Required: Yes

description

Optional detailed description of the task

Type: String

Required: No

executionId

The execution ID associated with this task, if any

Type: String

Required: No

hasLinkedTasks

Indicates if this task has other tasks linked to it

Type: Boolean

Required: No

metadata

Optional metadata for the task

Type: JSON value

Required: No

primaryTaskId

The task ID of the primary investigation this task is linked to

Type: String

Required: No

reference

Optional reference information linking this task to external systems

Type: ReferenceOutput object

Required: No

statusReason

Explanation for why the task status was changed (e.g., linked reason)

Type: String

Required: No

supportMetadata

Optional support metadata for the task

Type: JSON value

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: