PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTableArgs

data class PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTableArgs(val ids: Output<List<String>>, val labels: Output<List<String>>? = null) : ConvertibleToJava<PointToPointVpnGatewayConnectionConfigurationRoutePropagatedRouteTableArgs>

Constructors

constructor(ids: Output<List<String>>, labels: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ids: Output<List<String>>

The list of Virtual Hub Route Table resource id which the routes will be propagated to.

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

The list of labels to logically group Virtual Hub Route Tables which the routes will be propagated to.

Functions

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