Vpn Connection Route Args
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.