List Tags For Resource
lookoutmetrics_list_tags_for_resource | R Documentation |
Gets a list of tags for a detector, dataset, or alert¶
Description¶
Gets a list of tags for a detector, dataset, or alert.
Usage¶
lookoutmetrics_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The resource's Amazon Resource Name (ARN). |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)