getTransitRouterVpcAttachments

This data source provides CEN Transit Router VPC Attachments available to the user.What is Cen Transit Router VPC Attachments

NOTE: Available in 1.126.0+

Return

A collection of values returned by getTransitRouterVpcAttachments.

Parameters

argument

A collection of arguments for invoking getTransitRouterVpcAttachments.


suspend fun getTransitRouterVpcAttachments(cenId: String, ids: List<String>? = null, outputFile: String? = null, status: String? = null, transitRouterId: String? = null): GetTransitRouterVpcAttachmentsResult

Return

A collection of values returned by getTransitRouterVpcAttachments.

See also

Parameters

cenId

ID of the CEN instance.

ids

A list of resource id. The element value is same as transit_router_id.

outputFile

File name where to save data source results (after running pulumi preview).

status

The status of the resource. Valid values Attached, Attaching and Detaching.

transitRouterId

The transit router ID.


Return

A collection of values returned by getTransitRouterVpcAttachments.

See also

Parameters

argument

Builder for com.pulumi.alicloud.cen.kotlin.inputs.GetTransitRouterVpcAttachmentsPlainArgs.