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

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

Properties

CustomerGatewayId string | Aws_CF_FunctionString required

The ID of the customer gateway at your end of the VPN connection.

Type string | Aws_CF_FunctionString required

The type of VPN connection.

StaticRoutesOnly boolean

Indicates whether the VPN connection uses static routes only.

Tags Tag[]

Any tags assigned to the VPN connection.

TransitGatewayId string | Aws_CF_FunctionString

The ID of the transit gateway associated with the VPN connection.

VpnGatewayId string | Aws_CF_FunctionString

The ID of the virtual private gateway at the AWS side of the VPN connection.

VpnTunnelOptionsSpecifications VpnTunnelOptionsSpecification[]

The tunnel options for the VPN connection.

Definitions

VpnTunnelOptionsSpecification object
PreSharedKey string | Aws_CF_FunctionString
TunnelInsideCidr string | Aws_CF_FunctionString
Tag object
Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required