getNatFirewalls

This data source provides Cloud Firewall Nat Firewall available to the user.What is Nat Firewall

NOTE: Available since v1.243.0.

Return

A collection of values returned by getNatFirewalls.

Parameters

argument

A collection of arguments for invoking getNatFirewalls.


suspend fun getNatFirewalls(ids: List<String>? = null, lang: String? = null, memberUid: Int? = null, natGatewayId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, proxyId: String? = null, proxyName: String? = null, regionNo: String? = null, status: String? = null, vpcId: String? = null): GetNatFirewallsResult

Return

A collection of values returned by getNatFirewalls.

Parameters

ids

A list of Nat Firewall IDs.

lang

Lang

memberUid

Member Account ID

natGatewayId

NAT gateway ID

outputFile

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

pageNumber

Page No

pageSize

Page Size

proxyId

NAT firewall ID

proxyName

NAT firewall name

regionNo

Region

status

The status of the resource

vpcId

The ID of the VPC instance.

See also


Return

A collection of values returned by getNatFirewalls.

Parameters

argument

Builder for com.pulumi.alicloud.cloudfirewall.kotlin.inputs.GetNatFirewallsPlainArgs.

See also