GetTransitRoutersPlainArgs

data class GetTransitRoutersPlainArgs(val cenId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val transitRouterId: String? = null, val transitRouterIds: List<String>? = null) : ConvertibleToJava<GetTransitRoutersPlainArgs>

A collection of arguments for invoking getTransitRouters.

Constructors

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

Properties

Link copied to clipboard

The ID of the CEN instance.

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

A list of resource id. The element value is same as :`.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter CEN Transit Routers by name.

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

The status of the resource. Valid values Active, Creating, Deleting and Updating.

Link copied to clipboard
val transitRouterId: String? = null

The ID of the transit router.

Link copied to clipboard

A list of ID of the transit router.

Functions

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