getTransitRouterVbrAttachments

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

NOTE: Available in 1.126.0+

Return

A collection of values returned by getTransitRouterVbrAttachments.

Parameters

argument

A collection of arguments for invoking getTransitRouterVbrAttachments.


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

Return

A collection of values returned by getTransitRouterVbrAttachments.

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

ID of the transit router.

See also


Return

A collection of values returned by getTransitRouterVbrAttachments.

Parameters

argument

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

See also