VpnGatewayConnectionRouting

data class VpnGatewayConnectionRouting(val associatedRouteTable: String, val inboundRouteMapId: String? = null, val outboundRouteMapId: String? = null, val propagatedRouteTable: VpnGatewayConnectionRoutingPropagatedRouteTable? = null)

Constructors

Link copied to clipboard
constructor(associatedRouteTable: String, inboundRouteMapId: String? = null, outboundRouteMapId: String? = null, propagatedRouteTable: VpnGatewayConnectionRoutingPropagatedRouteTable? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Route Table associated with this VPN Connection.

Link copied to clipboard

The resource ID of the Route Map associated with this Routing Configuration for inbound learned routes.

Link copied to clipboard

The resource ID of the Route Map associated with this Routing Configuration for outbound advertised routes.

Link copied to clipboard

A propagated_route_table block as defined below.