getGatewayVpnAttachments

This data source provides Vpn Gateway Vpn Attachment available to the user.What is Vpn Attachment

NOTE: Available since v1.245.0.

Return

A collection of values returned by getGatewayVpnAttachments.

Parameters

argument

A collection of arguments for invoking getGatewayVpnAttachments.


suspend fun getGatewayVpnAttachments(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null): GetGatewayVpnAttachmentsResult

Return

A collection of values returned by getGatewayVpnAttachments.

Parameters

ids

A list of Vpn Attachment IDs.

nameRegex

A regex string to filter results by Group Metric Rule name.

outputFile

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

pageNumber

Current page number.

pageSize

Number of records per page.

status

The status of the resource. Valid values: init, active, attaching, attached, detaching, financialLocked, provisioning, updating, upgrading, deleted.

See also


Return

A collection of values returned by getGatewayVpnAttachments.

Parameters

argument

Builder for com.pulumi.alicloud.vpn.kotlin.inputs.GetGatewayVpnAttachmentsPlainArgs.

See also