Learn R Programming

paws.security.identity (version 0.7.0)

iam_tag_policy: Adds one or more tags to an IAM customer managed policy

Description

Adds one or more tags to an IAM customer managed policy. If a tag with the same key name already exists, then that tag is overwritten with the new value.

See https://www.paws-r-sdk.com/docs/iam_tag_policy/ for full documentation.

Usage

iam_tag_policy(PolicyArn, Tags)

Arguments

PolicyArn

[required] The ARN of the IAM customer managed policy to which you want to add tags.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Tags

[required] The list of tags that you want to attach to the IAM customer managed policy. Each tag consists of a key name and an associated value.