Get Transit Router Route Tables Plain Args
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.
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview).
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.