paws.management (version 0.1.0)

resourcegroups_tag: Adds tags to a resource group with the specified ARN

Description

Adds tags to a resource group with the specified ARN. Existing tags on a resource group are not changed if they are not specified in the request parameters.

Usage

resourcegroups_tag(Arn, Tags)

Arguments

Arn

[required] The ARN of the resource to which to add tags.

Tags

[required] The tags to add to the specified resource. A tag is a string-to-string map of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Request syntax

svc$tag(
  Arn = "string",
  Tags = list(
    "string"
  )
)