List Tags Log Group
cloudwatchlogs_list_tags_log_group | R Documentation |
The ListTagsLogGroup operation is on the path to deprecation¶
Description¶
The ListTagsLogGroup operation is on the path to deprecation. We
recommend that you use list_tags_for_resource
instead.
Lists the tags for the specified log group.
Usage¶
cloudwatchlogs_list_tags_log_group(logGroupName)
Arguments¶
logGroupName |
[required] The name of the log group. |
Value¶
A list with the following syntax:
list(
tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_log_group(
logGroupName = "string"
)