GetRouteMapsPlainArgs

data class GetRouteMapsPlainArgs(val cenId: String, val cenRegionId: String? = null, val descriptionRegex: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null, val transmitDirection: String? = null) : ConvertibleToJava<GetRouteMapsPlainArgs>

A collection of arguments for invoking getRouteMaps.

Constructors

Link copied to clipboard
fun GetRouteMapsPlainArgs(cenId: String, cenRegionId: String? = null, descriptionRegex: String? = null, ids: List<String>? = null, outputFile: String? = null, status: String? = null, transmitDirection: String? = null)

Functions

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

Properties

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard
val cenRegionId: String? = null

The ID of the region to which the CEN instance belongs.

Link copied to clipboard

A regex string to filter CEN route map by description.

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

A list of CEN route map IDs. Each item formats as <cen_id>:<route_map_id>.

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 route map, including Creating, Active and Deleting.

Link copied to clipboard

The direction in which the route map is applied, including RegionIn and RegionOut.