AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::VerifiedAccessInstance

CfnVerifiedAccessInstance

An AWS Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.

Import

import { CfnVerifiedAccessInstance } from 'aws-cdk-lib/aws-ec2';

Or use the module namespace:

import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnVerifiedAccessInstance

Properties

Configuration passed to the constructor as CfnVerifiedAccessInstanceProps.

cidrEndpointsCustomSubDomainOptional
string

The custom subdomain.

descriptionOptional
string

A description for the AWS Verified Access instance.

fipsEnabledOptional
boolean | IResolvable

Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.

loggingConfigurationsOptional
IResolvable | VerifiedAccessLogsProperty

The logging configuration for the Verified Access instances.

tagsOptional
CfnTag[]

The tags.

verifiedAccessTrustProviderIdsOptional
string[]

The IDs of the AWS Verified Access trust providers.

verifiedAccessTrustProvidersOptional
IResolvable | IResolvable | VerifiedAccessTrustProviderProperty[]

The IDs of the AWS Verified Access trust providers.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon EC2 Cheat Sheet

Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.

Download Free Infographic