ecs_describe_task_definition {paws.compute} | R Documentation |
Describes a task definition
Description
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.
Usage
ecs_describe_task_definition(taskDefinition, include = NULL)
Arguments
taskDefinition |
[required] The |
include |
Determines whether to see the resource tags for the task definition. If
|
[Package paws.compute version 0.9.0 Index]