Class CfnVerifiedAccessTrustProvider.DeviceOptionsProperty
Describes the options for an AWS Verified Access device-identity based trust provider.
Inheritance
System.Object
    CfnVerifiedAccessTrustProvider.DeviceOptionsProperty
  Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class DeviceOptionsProperty : Object, CfnVerifiedAccessTrustProvider.IDeviceOptionsPropertySyntax (vb)
Public Class DeviceOptionsProperty
    Inherits Object
    Implements CfnVerifiedAccessTrustProvider.IDeviceOptionsPropertyRemarks
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.AWS.EC2;
var deviceOptionsProperty = new DeviceOptionsProperty {
    TenantId = "tenantId"
};Synopsis
Constructors
| DeviceOptionsProperty() | 
Properties
| TenantId | The ID of the tenant application with the device-identity provider. | 
Constructors
DeviceOptionsProperty()
public DeviceOptionsProperty()Properties
TenantId
The ID of the tenant application with the device-identity provider.
public string TenantId { get; set; }Property Value
System.String