paws.management (version 0.1.0)

cloudwatchlogs_untag_log_group: Removes the specified tags from the specified log group

Description

Removes the specified tags from the specified log group.

Usage

cloudwatchlogs_untag_log_group(logGroupName, tags)

Arguments

logGroupName

[required] The name of the log group.

tags

[required] The tag keys. The corresponding tags are removed from the log group.

Request syntax

svc$untag_log_group(
  logGroupName = "string",
  tags = list(
    "string"
  )
)

Details

To list the tags for a log group, use ListTagsLogGroup. To add tags, use UntagLogGroup.