Propagated Route Table Args
data class PropagatedRouteTableArgs(val ids: Output<List<SubResourceArgs>>? = null, val labels: Output<List<String>>? = null) : ConvertibleToJava<PropagatedRouteTableArgs>
The list of RouteTables to advertise the routes to.
Constructors
Link copied to clipboard
fun PropagatedRouteTableArgs(ids: Output<List<SubResourceArgs>>? = null, labels: Output<List<String>>? = null)