AWS::EC2::VerifiedAccessInstanceAn AWS Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.
import { CfnVerifiedAccessInstance } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnVerifiedAccessInstanceConfiguration passed to the constructor as CfnVerifiedAccessInstanceProps.
cidrEndpointsCustomSubDomainOptionalstringThe custom subdomain.
descriptionOptionalstringA description for the AWS Verified Access instance.
fipsEnabledOptionalboolean | IResolvableIndicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
loggingConfigurationsOptionalIResolvable | VerifiedAccessLogsPropertyThe logging configuration for the Verified Access instances.
tagsOptionalCfnTag[]The tags.
verifiedAccessTrustProviderIdsOptionalstring[]The IDs of the AWS Verified Access trust providers.
verifiedAccessTrustProvidersOptionalIResolvable | IResolvable | VerifiedAccessTrustProviderProperty[]The IDs of the AWS Verified Access trust providers.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::VerifiedAccessInstance