Represents a reference to a task.

interface TaskReference {
    id?: string;
    name?: string;
    version?: string;
}

Properties

Properties

id?: string

The ID of the task definition.

name?: string

The name of the task definition.

version?: string

The version of the task definition.