Description Usage Arguments Value Request syntax
View source: R/cloudwatchlogs_operations.R
Removes the specified tags from the specified log group.
To list the tags for a log group, use
list_tags_log_group
. To add
tags, use tag_log_group
.
1 | cloudwatchlogs_untag_log_group(logGroupName, tags)
|
logGroupName |
[required] The name of the log group. |
tags |
[required] The tag keys. The corresponding tags are removed from the log group. |
An empty list.
1 2 3 4 5 6 | svc$untag_log_group(
logGroupName = "string",
tags = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.