PointToPointVpnGatewayConnectionConfigurationRouteArgs

data class PointToPointVpnGatewayConnectionConfigurationRouteArgs(val associatedRouteTableId: Output<String>, val inboundRouteMapId: Output<String>? = null, val outboundRouteMapId: Output<String>? = null, val propagatedRouteTable: Output<PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTableArgs>? = null) : ConvertibleToJava<PointToPointVpnGatewayConnectionConfigurationRouteArgs>

Constructors

constructor(associatedRouteTableId: Output<String>, inboundRouteMapId: Output<String>? = null, outboundRouteMapId: Output<String>? = null, propagatedRouteTable: Output<PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTableArgs>? = null)

Properties

Link copied to clipboard

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

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

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

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

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.

Functions

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