VpnConnectionRouteArgs

data class VpnConnectionRouteArgs(val destinationCidrBlock: Output<String>? = null, val vpnConnectionId: Output<String>? = null) : ConvertibleToJava<VpnConnectionRouteArgs>

Specifies a static route for a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. For more information, see in the User Guide.

Constructors

Link copied to clipboard
constructor(destinationCidrBlock: Output<String>? = null, vpnConnectionId: Output<String>? = null)

Properties

Link copied to clipboard
val destinationCidrBlock: Output<String>? = null

The CIDR block associated with the local subnet of the customer network.

Link copied to clipboard
val vpnConnectionId: Output<String>? = null

The ID of the VPN connection.

Functions

Link copied to clipboard
open override fun toJava(): VpnConnectionRouteArgs