List Tags For Resource
route53resolver_list_tags_for_resource | R Documentation |
Lists the tags that you associated with the specified resource¶
Description¶
Lists the tags that you associated with the specified resource.
Usage¶
route53resolver_list_tags_for_resource(ResourceArn, MaxResults,
NextToken)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that you want to list tags for. |
MaxResults |
The maximum number of tags that you want to return in the
response to a |
NextToken |
For the first If you have more than |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string",
MaxResults = 123,
NextToken = "string"
)