AwsIamMFADevicePropertiesArgs

data class AwsIamMFADevicePropertiesArgs(val enableDate: Output<String>? = null, val serialNumber: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<AwsIamMFADevicePropertiesArgs>

Definition of awsIamMFADevice

Constructors

Link copied to clipboard
constructor(enableDate: Output<String>? = null, serialNumber: Output<String>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard
val enableDate: Output<String>? = null

The date when the MFA device was enabled for the user.

Link copied to clipboard
val serialNumber: Output<String>? = null

The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

Link copied to clipboard
val userName: Output<String>? = null

The user with whom the MFA device is associated.

Functions

Link copied to clipboard
open override fun toJava(): AwsIamMFADevicePropertiesArgs