View source: R/iam_operations.R
iam_tag_instance_profile | R Documentation |
Adds one or more tags to an IAM instance profile. 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_instance_profile/ for full documentation.
iam_tag_instance_profile(InstanceProfileName, Tags)
InstanceProfileName |
[required] The name of the IAM instance profile 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 instance profile. 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.