AWS::EC2::VerifiedAccessEndpointAn 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 { CfnVerifiedAccessEndpoint } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnVerifiedAccessEndpointConfiguration passed to the constructor as CfnVerifiedAccessEndpointProps.
attachmentTypeRequiredstringThe type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
endpointTypeRequiredstringThe 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.
verifiedAccessGroupIdRequiredstringThe ID of the AWS Verified Access group.
applicationDomainOptionalstringThe DNS name for users to reach your application.
cidrOptionsOptionalIResolvable | CidrOptionsPropertyThe options for a CIDR endpoint.
descriptionOptionalstringA description for the AWS Verified Access endpoint.
domainCertificateArnOptionalstringThe ARN of a public TLS/SSL certificate imported into or created with ACM.
endpointDomainPrefixOptionalstringA custom identifier that is prepended to the DNS name that is generated for the endpoint.
loadBalancerOptionsOptionalIResolvable | LoadBalancerOptionsPropertyThe load balancer details if creating the AWS Verified Access endpoint as `load-balancer` type.
networkInterfaceOptionsOptionalIResolvable | NetworkInterfaceOptionsPropertyThe options for network-interface type endpoint.
policyDocumentOptionalstringThe Verified Access policy document.
policyEnabledOptionalboolean | IResolvableThe status of the Verified Access policy.
rdsOptionsOptionalIResolvable | RdsOptionsPropertyThe options for an RDS endpoint.
securityGroupIdsOptionalstring[]The IDs of the security groups for the endpoint.
sseSpecificationOptionalIResolvable | SseSpecificationPropertyThe options for additional server side encryption.
tagsOptionalCfnTag[]The tags.
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::VerifiedAccessEndpoint