Vpn Gateway Connection Routing
data class VpnGatewayConnectionRouting(val associatedRouteTable: String, val inboundRouteMapId: String? = null, val outboundRouteMapId: String? = null, val propagatedRouteTable: VpnGatewayConnectionRoutingPropagatedRouteTable? = null)
Constructors
Link copied to clipboard
fun VpnGatewayConnectionRouting(associatedRouteTable: String, inboundRouteMapId: String? = null, outboundRouteMapId: String? = null, propagatedRouteTable: VpnGatewayConnectionRoutingPropagatedRouteTable? = null)