aws-cdk-lib.aws_ec2.CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty

interface VerifiedAccessTrustProviderProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnVerifiedAccessInstance_VerifiedAccessTrustProviderProperty
Javasoftware.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty
Pythonaws_cdk.aws_ec2.CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnVerifiedAccessInstance » VerifiedAccessTrustProviderProperty

Describes a Verified Access 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 verifiedAccessTrustProviderProperty: ec2.CfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty = {
  description: 'description',
  deviceTrustProviderType: 'deviceTrustProviderType',
  trustProviderType: 'trustProviderType',
  userTrustProviderType: 'userTrustProviderType',
  verifiedAccessTrustProviderId: 'verifiedAccessTrustProviderId',
};

Properties

NameTypeDescription
description?stringA description for the AWS Verified Access trust provider.
deviceTrustProviderType?stringThe type of device-based trust provider.
trustProviderType?stringThe type of Verified Access trust provider.
userTrustProviderType?stringThe type of user-based trust provider.
verifiedAccessTrustProviderId?stringThe ID of the AWS Verified Access trust provider.

description?

Type: string (optional)

A description for the AWS Verified Access trust provider.


deviceTrustProviderType?

Type: string (optional)

The type of device-based trust provider.


trustProviderType?

Type: string (optional)

The type of Verified Access trust provider.


userTrustProviderType?

Type: string (optional)

The type of user-based trust provider.


verifiedAccessTrustProviderId?

Type: string (optional)

The ID of the AWS Verified Access trust provider.