List Tags For Resource
| guardduty_list_tags_for_resource | R Documentation |
Lists tags for a resource¶
Description¶
Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.
Usage¶
guardduty_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for the given GuardDuty resource. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)