Point To Point Vpn Gateway Connection Configuration Route Args
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
Link copied to clipboard
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
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
val propagatedRouteTable: Output<PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTableArgs>? = null
A propagated_route_table
block as defined below.