VpnGatewayConnectionRoutingPropagatedRouteTableArgs

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

Constructors

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

Properties

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

A list of labels to assign to this route table.

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

A list of Route Table IDs to associated with this VPN Gateway Connection.

Functions

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