View source: R/iam_operations.R
iam_tag_role | R Documentation |
Adds one or more tags to an IAM role. The role can be a regular role or a service-linked role. 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_role/ for full documentation.
iam_tag_role(RoleName, Tags)
RoleName |
[required] The name of the IAM role to which you want to add tags. This parameter accepts (through its regex pattern) a string of characters that consist 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 role. Each tag consists of a key name and an associated value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.