aws-cdk-lib.aws_ec2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty

interface DeviceOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnVerifiedAccessTrustProvider_DeviceOptionsProperty
Javasoftware.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty
Pythonaws_cdk.aws_ec2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty
TypeScript aws-cdk-lib » 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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const deviceOptionsProperty: ec2.CfnVerifiedAccessTrustProvider.DeviceOptionsProperty = {
  tenantId: 'tenantId',
};

Properties

NameTypeDescription
tenantId?stringThe 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.