GetTransitRouterVpcAttachmentsPlainArgs

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

A collection of arguments for invoking getTransitRouterVpcAttachments.

Constructors

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

Functions

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

Properties

Link copied to clipboard

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 transit_router_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 resource. Valid values Attached, Attaching and Detaching.

Link copied to clipboard
val transitRouterId: String? = null

The transit router ID.