Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-verifiedaccessendpoint.json
Parent schema serverless-framework-configuration
Type: object

The AWS::EC2::VerifiedAccessEndpoint resource creates an AWS EC2 Verified Access Endpoint.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2-verified-access.aws-ec2-verifiedaccessendpoint

Properties

VerifiedAccessGroupId string | Aws_CF_FunctionString required

The ID of the AWS Verified Access group.

EndpointType string | Aws_CF_FunctionString required

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.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.

EndpointDomainPrefix string | Aws_CF_FunctionString required

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

DomainCertificateArn string | Aws_CF_FunctionString required

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

AttachmentType string | Aws_CF_FunctionString required

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

ApplicationDomain string | Aws_CF_FunctionString required

The DNS name for users to reach your application.

SecurityGroupIds SecurityGroupId[]

The IDs of the security groups for the endpoint.

uniqueItems=true
NetworkInterfaceOptions object

The options for network-interface type endpoint.

3 nested properties
NetworkInterfaceId string | Aws_CF_FunctionString

The ID of the network interface.

Port integer

The IP port number.

min=1max=65535
Protocol string | Aws_CF_FunctionString

The IP protocol.

LoadBalancerOptions object

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

4 nested properties
LoadBalancerArn string | Aws_CF_FunctionString

The ARN of the load balancer.

Port integer

The IP port number.

min=1max=65535
Protocol string | Aws_CF_FunctionString

The IP protocol.

SubnetIds SubnetId[]

The IDs of the subnets.

uniqueItems=true
Description string | Aws_CF_FunctionString

A description for the AWS Verified Access endpoint.

PolicyDocument string | Aws_CF_FunctionString

The AWS Verified Access policy document.

PolicyEnabled boolean

The status of the Verified Access policy.

Tags Tag[]

An array of key-value pairs to apply to this resource.

uniqueItems=true

Definitions

SecurityGroupId string | Aws_CF_FunctionString

The ID of a security group for the endpoint.

NetworkInterfaceOptions object

The options for network-interface type endpoint.

NetworkInterfaceId string | Aws_CF_FunctionString

The ID of the network interface.

Port integer

The IP port number.

min=1max=65535
Protocol string | Aws_CF_FunctionString

The IP protocol.

LoadBalancerOptions object

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

LoadBalancerArn string | Aws_CF_FunctionString

The ARN of the load balancer.

Port integer

The IP port number.

min=1max=65535
Protocol string | Aws_CF_FunctionString

The IP protocol.

SubnetIds SubnetId[]

The IDs of the subnets.

uniqueItems=true
SubnetId string | Aws_CF_FunctionString

The IDs of the subnet.

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.