GetTransitRouterVpcAttachmentsPlainArgs

data class GetTransitRouterVpcAttachmentsPlainArgs(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, val vpcId: String? = null) : ConvertibleToJava<GetTransitRouterVpcAttachmentsPlainArgs>

A collection of arguments for invoking getTransitRouterVpcAttachments.

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, vpcId: 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 Transit Router VPC Attachment IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Transit Router VPC Attachment 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 Transit Router VPC Attachment. Valid Values: Attached, Attaching, Detaching.

Link copied to clipboard

The ID of the Transit Router VPC Attachment.

Link copied to clipboard
val transitRouterId: String? = null

The ID of the transit router.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.

Functions

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