List Tags For Resource
xray_list_tags_for_resource | R Documentation |
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule¶
Description¶
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
Usage¶
xray_list_tags_for_resource(ResourceARN, NextToken)
Arguments¶
ResourceARN |
[required] The Amazon Resource Number (ARN) of an X-Ray group or sampling rule. |
NextToken |
A pagination token. If multiple pages of results are returned,
use the |
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",
NextToken = "string"
)