iam_tag_user {paws.security.identity} | R Documentation |
Adds one or more tags to an IAM user
Description
Adds one or more tags to an IAM user. 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_user/ for full documentation.
Usage
iam_tag_user(UserName, Tags)
Arguments
UserName |
[required] The name of the IAM user 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 user. Each tag consists of a key name and an associated value. |
[Package paws.security.identity version 0.9.0 Index]