GetTransitRouterRouteTablesPlainArgs

data class GetTransitRouterRouteTablesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val transitRouterId: String, val transitRouterRouteTableIds: List<String>? = null, val transitRouterRouteTableNames: List<String>? = null, val transitRouterRouteTableStatus: String? = null) : ConvertibleToJava<GetTransitRouterRouteTablesPlainArgs>

A collection of arguments for invoking getTransitRouterRouteTables.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null, transitRouterId: String, transitRouterRouteTableIds: List<String>? = null, transitRouterRouteTableNames: List<String>? = null, transitRouterRouteTableStatus: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of CEN Transit Router Route Table IDs.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null
Link copied to clipboard

ID of the CEN Transit Router Route Table.

Link copied to clipboard

A list of ID of the CEN Transit Router Route Table.

Link copied to clipboard

A list of name of the CEN Transit Router Route Table.

Link copied to clipboard

The status of the transit router route table to query.

Functions

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