Describes a task definition. You can specify a family
and revision
to find information about a specific task definition, or you can simply specify the family to find the latest ACTIVE
revision in that family.
See https://www.paws-r-sdk.com/docs/ecs_describe_task_definition/ for full documentation.
ecs_describe_task_definition(taskDefinition, include = NULL)
[required] 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.
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.