List Tags For Resource
networkmanager_list_tags_for_resource | R Documentation |
Lists the tags for a specified resource¶
Description¶
Lists the tags for a specified resource.
Usage¶
networkmanager_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
Value¶
A list with the following syntax:
list(
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)