aws-native.iam.VirtualMFADevice
Resource Type definition for AWS::IAM::VirtualMFADevice
Create VirtualMFADevice Resource
new VirtualMFADevice(name: string, args: VirtualMFADeviceArgs, opts?: CustomResourceOptions);
@overload
def VirtualMFADevice(resource_name: str,
opts: Optional[ResourceOptions] = None,
path: Optional[str] = None,
tags: Optional[Sequence[VirtualMFADeviceTagArgs]] = None,
users: Optional[Sequence[str]] = None,
virtual_mfa_device_name: Optional[str] = None)
@overload
def VirtualMFADevice(resource_name: str,
args: VirtualMFADeviceArgs,
opts: Optional[ResourceOptions] = None)
func NewVirtualMFADevice(ctx *Context, name string, args VirtualMFADeviceArgs, opts ...ResourceOption) (*VirtualMFADevice, error)
public VirtualMFADevice(string name, VirtualMFADeviceArgs args, CustomResourceOptions? opts = null)
public VirtualMFADevice(String name, VirtualMFADeviceArgs args)
public VirtualMFADevice(String name, VirtualMFADeviceArgs args, CustomResourceOptions options)
type: aws-native:iam:VirtualMFADevice
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VirtualMFADeviceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args VirtualMFADeviceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args VirtualMFADeviceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VirtualMFADeviceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VirtualMFADeviceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
VirtualMFADevice Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The VirtualMFADevice resource accepts the following input properties:
- Users List<string>
- Path string
- List<Pulumi.
Aws Native. IAM. Inputs. Virtual MFADevice Tag Args> - Virtual
Mfa stringDevice Name
- Users []string
- Path string
- []Virtual
MFADevice Tag Args - Virtual
Mfa stringDevice Name
- users List<String>
- path String
- List<Virtual
MFADevice Tag Args> - virtual
Mfa StringDevice Name
- users string[]
- path string
- Virtual
MFADevice Tag Args[] - virtual
Mfa stringDevice Name
- users Sequence[str]
- path str
- Sequence[Virtual
MFADevice Tag Args] - virtual_
mfa_ strdevice_ name
- users List<String>
- path String
- List<Property Map>
- virtual
Mfa StringDevice Name
Outputs
All input properties are implicitly available as output properties. Additionally, the VirtualMFADevice resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Serial
Number string
- Id string
The provider-assigned unique ID for this managed resource.
- Serial
Number string
- id String
The provider-assigned unique ID for this managed resource.
- serial
Number String
- id string
The provider-assigned unique ID for this managed resource.
- serial
Number string
- id str
The provider-assigned unique ID for this managed resource.
- serial_
number str
- id String
The provider-assigned unique ID for this managed resource.
- serial
Number String
Supporting Types
VirtualMFADeviceTag
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0