List Tags For Resource
| kinesisanalyticsv2_list_tags_for_resource | R Documentation |
Retrieves the list of key-value tags assigned to the application¶
Description¶
Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.
Usage¶
kinesisanalyticsv2_list_tags_for_resource(ResourceARN)
Arguments¶
ResourceARN |
[required] The ARN of the application for which to retrieve tags. |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceARN = "string"
)