Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeTaskDefinitionRequest

import type { DescribeTaskDefinitionRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface DescribeTaskDefinitionRequest {
include?: TaskDefinitionField[] | null;
taskDefinition: string;
}

§Properties

§
include?: TaskDefinitionField[] | null
[src]

Determines whether to see the resource tags for the task definition. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

§
taskDefinition: string
[src]

The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.