VPN (Site-to-Site)
AwsCustomerGateway
Provides a customer gateway inside a VPC. These objects can be connected to VPN gateways via VPN connections, and allow you to establish tunnels between your network and the VPC.
- Resource
- Data
import { AwsCustomerGateway } from "@dinghy/tf-aws/serviceVpnsite"
<AwsCustomerGateway/>
import { DataAwsCustomerGateway } from "@dinghy/tf-aws/serviceVpnsite"
<DataAwsCustomerGateway/>
AwsVpnConnection
Manages a Site-to-Site VPN connection. A Site-to-Site VPN connection is an Internet Protocol security (IPsec) VPN connection between a VPC and an on-premises network.
- Resource
- Data
import { AwsVpnConnection } from "@dinghy/tf-aws/serviceVpnsite"
<AwsVpnConnection/>
import { DataAwsVpnConnection } from "@dinghy/tf-aws/serviceVpnsite"
<DataAwsVpnConnection/>
AwsVpnConnectionRoute
Provides a static route between a VPN connection and a customer gateway.
- Resource
import { AwsVpnConnectionRoute } from "@dinghy/tf-aws/serviceVpnsite"
<AwsVpnConnectionRoute/>
AwsVpnGateway
Provides a resource to create a VPC VPN Gateway.
- Resource
- Data
import { AwsVpnGateway } from "@dinghy/tf-aws/serviceVpnsite"
<AwsVpnGateway/>
import { DataAwsVpnGateway } from "@dinghy/tf-aws/serviceVpnsite"
<DataAwsVpnGateway/>
AwsVpnGatewayAttachment
Provides a Virtual Private Gateway attachment resource.
- Resource
import { AwsVpnGatewayAttachment } from "@dinghy/tf-aws/serviceVpnsite"
<AwsVpnGatewayAttachment/>
AwsVpnGatewayRoutePropagation
Requests automatic route propagation between a VPN gateway and a route table.
- Resource
import { AwsVpnGatewayRoutePropagation } from "@dinghy/tf-aws/serviceVpnsite"
<AwsVpnGatewayRoutePropagation/>