Local Gateway Route Table Args
data class LocalGatewayRouteTableArgs(val localGatewayId: Output<String>? = null, val mode: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LocalGatewayRouteTableArgs>
Describes a route table for a local gateway.