GetRouteTableRoutesPlainArgs

data class GetRouteTableRoutesPlainArgs(val filters: List<GetRouteTableRoutesFilter>, val transitGatewayRouteTableId: String) : ConvertibleToJava<GetRouteTableRoutesPlainArgs>

A collection of arguments for invoking getRouteTableRoutes.

Constructors

Link copied to clipboard
constructor(filters: List<GetRouteTableRoutesFilter>, transitGatewayRouteTableId: String)

Properties

Link copied to clipboard

Custom filter block as described below.

Link copied to clipboard

Identifier of EC2 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(): GetRouteTableRoutesPlainArgs