batch_list_tags_for_resource {paws.compute} | R Documentation |
Lists the tags for an Batch resource
Description
Lists the tags for an Batch resource. Batch resources that support tags are compute environments, jobs, job definitions, job queues, and scheduling policies. ARNs for child jobs of array and multi-node parallel (MNP) jobs aren't supported.
See https://www.paws-r-sdk.com/docs/batch_list_tags_for_resource/ for full documentation.
Usage
batch_list_tags_for_resource(resourceArn)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) that identifies the resource that tags are listed for. Batch resources that support tags are compute environments, jobs, job definitions, job queues, and scheduling policies. ARNs for child jobs of array and multi-node parallel (MNP) jobs aren't supported. |
[Package paws.compute version 0.9.0 Index]