Get Transit Router Route Entries Plain Args
data class GetTransitRouterRouteEntriesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val transitRouterRouteEntryIds: List<String>? = null, val transitRouterRouteEntryNames: List<String>? = null, val transitRouterRouteEntryStatus: String? = null, val transitRouterRouteTableId: String) : ConvertibleToJava<GetTransitRouterRouteEntriesPlainArgs>
A collection of arguments for invoking getTransitRouterRouteEntries.
Constructors
Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null, transitRouterRouteEntryIds: List<String>? = null, transitRouterRouteEntryNames: List<String>? = null, transitRouterRouteEntryStatus: String? = null, transitRouterRouteTableId: String)
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
A list of ID of the cen transit router route entry.
Link copied to clipboard
A list of name of the cen transit router route entry.
Link copied to clipboard
The status of the resource.Valid values Creating
, Active
and Deleting
.
Link copied to clipboard
ID of the CEN Transit Router Route Table.