aws::vpn-connection

Attributes

Attribute Description
customer-gateway The customer gateway at your end of the VPN connection. (Required)
options subresource

The options for the VPN connection.

enable-acceleration
When set to true acceleration is enabled for the VPN connection.
local-ipv4-network-cidr
The IPv4 CIDR on the customer gateway side of the VPN connection.
local-ipv6-network-cidr
The IPv6 CIDR on the customer gateway side of the VPN connection.
remote-ipv4-network-cidr
The IPv4 CIDR on the AWS side of the VPN connection.
remote-ipv6-network-cidr
The IPv6 CIDR on the AWS side of the VPN connection.
static-routes-only
When set to true the VPN connection uses static routes only.
tunnel-inside-ip-version
The version of traffic that the VPN tunnels should process. Valid values are IPV4 or IPV6.
transit-gateway The transit gateway to connect to. Cannot be set if vpn-gateway is set.
vpn-gateway The VPN gateway to connect to. Cannot be set if transit-gateway is set.
type The ID of the virtual private gateway. Currently the only supported value is ipsec.1.

Outputs

Attribute Description
id The ID of the VPN connection
state The state of the VPN connection. Valid values are PENDING, AVAILABLE, DELETING or DELETED.