PointToPointVpnGatewayConnectionConfigurationRoute

data class PointToPointVpnGatewayConnectionConfigurationRoute(val associatedRouteTableId: String, val inboundRouteMapId: String? = null, val outboundRouteMapId: String? = null, val propagatedRouteTable: PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTable? = null)

Constructors

constructor(associatedRouteTableId: String, inboundRouteMapId: String? = null, outboundRouteMapId: String? = null, propagatedRouteTable: PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTable? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Virtual Hub Route Table resource id associated with this Routing Configuration.

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.