GetRouteTableAssociationsPlainArgs

data class GetRouteTableAssociationsPlainArgs(val filters: List<GetRouteTableAssociationsFilter>? = null, val transitGatewayRouteTableId: String) : ConvertibleToJava<GetRouteTableAssociationsPlainArgs>

A collection of arguments for invoking getRouteTableAssociations.

Constructors

Link copied to clipboard
constructor(filters: List<GetRouteTableAssociationsFilter>? = null, transitGatewayRouteTableId: String)

Properties

Link copied to clipboard

Custom filter block as described below. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Link copied to clipboard

Identifier of EC2 Transit Gateway Route Table. The following arguments are optional:

Functions

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