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

Resource Type definition for AWS::EC2::VPCEndpoint. Source:- No source definition found, add manually please

Properties

ServiceName string | Aws_CF_FunctionString required

The service name.

VpcId string | Aws_CF_FunctionString required

The ID of the VPC in which the endpoint will be used.

PolicyDocument string | object

A policy to attach to the endpoint that controls access to the service.

PrivateDnsEnabled boolean

Indicate whether to associate a private hosted zone with the specified VPC.

RouteTableIds string[]

One or more route table IDs.

uniqueItems=true
SecurityGroupIds string[]

The ID of one or more security groups to associate with the endpoint network interface.

uniqueItems=true
SubnetIds string[]

The ID of one or more subnets in which to create an endpoint network interface.

uniqueItems=true
VpcEndpointType string | Aws_CF_FunctionString