Class VirtualMFADeviceReference
A reference to a VirtualMFADevice resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VirtualMFADeviceReference : IVirtualMFADeviceReference
Syntax (vb)
Public Class VirtualMFADeviceReference Implements IVirtualMFADeviceReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.IAM;
var virtualMFADeviceReference = new VirtualMFADeviceReference {
SerialNumber = "serialNumber"
};
Synopsis
Constructors
| VirtualMFADeviceReference() | A reference to a VirtualMFADevice resource. |
Properties
| SerialNumber | The SerialNumber of the VirtualMFADevice resource. |
Constructors
VirtualMFADeviceReference()
A reference to a VirtualMFADevice resource.
public VirtualMFADeviceReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.IAM;
var virtualMFADeviceReference = new VirtualMFADeviceReference {
SerialNumber = "serialNumber"
};
Properties
SerialNumber
The SerialNumber of the VirtualMFADevice resource.
public string SerialNumber { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated