AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::VerifiedAccessEndpoint

CfnVerifiedAccessEndpoint

An AWS Verified Access endpoint specifies the application that AWS Verified Access provides access to. It must be attached to an AWS Verified Access group. An AWS Verified Access endpoint must also have an attached access policy before you attached it to a group.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnVerifiedAccessEndpointProps.

attachmentTypeRequired
string

The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.

endpointTypeRequired
string

The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.

verifiedAccessGroupIdRequired
string

The ID of the AWS Verified Access group.

applicationDomainOptional
string

The DNS name for users to reach your application.

cidrOptionsOptional
IResolvable | CidrOptionsProperty

The options for a CIDR endpoint.

descriptionOptional
string

A description for the AWS Verified Access endpoint.

domainCertificateArnOptional
string

The ARN of a public TLS/SSL certificate imported into or created with ACM.

endpointDomainPrefixOptional
string

A custom identifier that is prepended to the DNS name that is generated for the endpoint.

loadBalancerOptionsOptional
IResolvable | LoadBalancerOptionsProperty

The load balancer details if creating the AWS Verified Access endpoint as `load-balancer` type.

networkInterfaceOptionsOptional
IResolvable | NetworkInterfaceOptionsProperty

The options for network-interface type endpoint.

policyDocumentOptional
string

The Verified Access policy document.

policyEnabledOptional
boolean | IResolvable

The status of the Verified Access policy.

rdsOptionsOptional
IResolvable | RdsOptionsProperty

The options for an RDS endpoint.

securityGroupIdsOptional
string[]

The IDs of the security groups for the endpoint.

sseSpecificationOptional
IResolvable | SseSpecificationProperty

The options for additional server side encryption.

tagsOptional
CfnTag[]

The tags.

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