GetTransitRouterPeerAttachmentsPlainArgs

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

A collection of arguments for invoking getTransitRouterPeerAttachments.

Constructors

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

Properties

Link copied to clipboard

ID of the CEN instance.

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

A list of CEN Transit Router peer attachments IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter CEN Transit Router peer attachments 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 CEN Transit Router peer attachment. Valid values Attached, Attaching and Detaching.

Link copied to clipboard

The ID of CEN Transit Router peer attachments.

Link copied to clipboard
val transitRouterId: String? = null

The ID of transit router.

Functions

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