ecs_list_tags_for_resource {paws.compute} | R Documentation |
List the tags for an Amazon ECS resource
Description
List the tags for an Amazon ECS resource.
See https://www.paws-r-sdk.com/docs/ecs_list_tags_for_resource/ for full documentation.
Usage
ecs_list_tags_for_resource(resourceArn)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon ECS tasks, services, task definitions, clusters, and container instances. |
[Package paws.compute version 0.7.0 Index]