paws.management (version 0.1.0)

cloudwatchlogs_tag_log_group: Adds or updates the specified tags for the specified log group

Description

Adds or updates the specified tags for the specified log group.

Usage

cloudwatchlogs_tag_log_group(logGroupName, tags)

Arguments

logGroupName

[required] The name of the log group.

tags

[required] The key-value pairs to use for the tags.

Request syntax

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

Details

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

For more information about tags, see Tag Log Groups in Amazon CloudWatch Logs in the Amazon CloudWatch Logs User Guide.