interface DeviceOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.EC2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty | 
|  Java | software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty | 
|  Python | aws_cdk.aws_ec2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty | 
|  TypeScript | @aws-cdk/aws-ec2»CfnVerifiedAccessTrustProvider»DeviceOptionsProperty | 
Describes the options for an AWS Verified Access device-identity based trust provider.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const deviceOptionsProperty: ec2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty = {
  tenantId: 'tenantId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| tenant | string | The ID of the tenant application with the device-identity provider. | 
tenantId?
Type:
string
(optional)
The ID of the tenant application with the device-identity provider.
