iam_tag_mfa_device: Adds one or more tags to an IAM virtual multi-factor...

View source: R/iam_operations.R

iam_tag_mfa_deviceR Documentation

Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device

Description

Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device. 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_mfa_device/ for full documentation.

Usage

iam_tag_mfa_device(SerialNumber, Tags)

Arguments

SerialNumber

[required] The unique identifier for the IAM virtual MFA device to which you want to add tags. For virtual MFA devices, the serial number is the same as the ARN.

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 virtual MFA device. Each tag consists of a key name and an associated value.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.