GetRouteTablePropagationsPlainArgs

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

A collection of arguments for invoking getRouteTablePropagations.

Constructors

Link copied to clipboard
constructor(filters: List<GetRouteTablePropagationsFilter>? = 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(): GetRouteTablePropagationsPlainArgs