VpnGatewayConnectionRoutingArgs

data class VpnGatewayConnectionRoutingArgs(val associatedRouteTable: Output<String>, val inboundRouteMapId: Output<String>? = null, val outboundRouteMapId: Output<String>? = null, val propagatedRouteTable: Output<VpnGatewayConnectionRoutingPropagatedRouteTableArgs>? = null) : ConvertibleToJava<VpnGatewayConnectionRoutingArgs>

Constructors

Link copied to clipboard
constructor(associatedRouteTable: Output<String>, inboundRouteMapId: Output<String>? = null, outboundRouteMapId: Output<String>? = null, propagatedRouteTable: Output<VpnGatewayConnectionRoutingPropagatedRouteTableArgs>? = null)

Properties

Link copied to clipboard

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

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(): VpnGatewayConnectionRoutingArgs