paws.security.identity (version 0.5.0)

iam_create_virtual_mfa_device: Creates a new virtual MFA device for the Amazon Web Services account

Description

Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual MFA, use enable_mfa_device to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, see Using a virtual MFA device in the IAM User Guide.

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

Usage

iam_create_virtual_mfa_device(Path = NULL, VirtualMFADeviceName, Tags = NULL)

Arguments

Path

The path for the virtual MFA device. For more information about paths, see IAM identifiers in the IAM User Guide.

This parameter is optional. If it is not included, it defaults to a slash (/).

This parameter allows (through its regex pattern) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (U+0021) through the DEL character (U+007F), including most punctuation characters, digits, and upper and lowercased letters.

VirtualMFADeviceName

[required] The name of the virtual MFA device, which must be unique. Use with path to uniquely identify a virtual MFA device.

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

A list of tags that you want to attach to the new IAM virtual MFA device. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.