GetTransitGatewayRouteTablesPlainArgs

data class GetTransitGatewayRouteTablesPlainArgs(val filters: List<GetTransitGatewayRouteTablesFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetTransitGatewayRouteTablesPlainArgs>

A collection of arguments for invoking getTransitGatewayRouteTables.

Constructors

Link copied to clipboard
constructor(filters: List<GetTransitGatewayRouteTablesFilter>? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Custom filter block as described below.

Link copied to clipboard
val tags: Map<String, String>? = null

Mapping of tags, each pair of which must exactly match a pair on the desired transit gateway route table. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Functions

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