Get Route Maps Plain Args
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
Properties
Link copied to clipboard
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
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The direction in which the route map is applied, including RegionIn
and RegionOut
.