VpnConnectionOptionsSpecification

Describes VPN connection options.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicate whether to enable acceleration for the VPN connection.

Link copied to clipboard

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Link copied to clipboard

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Link copied to clipboard

The type of IP address assigned to the outside interface of the customer gateway device.

Link copied to clipboard

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Link copied to clipboard

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Link copied to clipboard

Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true. Use CreateVpnConnectionRoute to create a static route.

Link copied to clipboard

The transit gateway attachment ID to use for the VPN tunnel.

Link copied to clipboard

The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. standard supports up to 1.25 Gbps per tunnel, while large supports up to 5 Gbps per tunnel. The default value is standard. Existing VPN connections without a bandwidth setting will automatically default to standard.

Link copied to clipboard

Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.

Link copied to clipboard

The tunnel options for the VPN connection.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String