get Nat Firewalls
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
member Uid
Member Account ID
nat Gateway Id
NAT gateway ID
output File
File name where to save data source results (after running pulumi preview
).
page Number
Page No
page Size
Page Size
proxy Id
NAT firewall ID
proxy Name
NAT firewall name
region No
Region
status
The status of the resource
vpc Id
The ID of the VPC instance.
See also
suspend fun getNatFirewalls(argument: suspend GetNatFirewallsPlainArgsBuilder.() -> Unit): GetNatFirewallsResult
Return
A collection of values returned by getNatFirewalls.
Parameters
argument
Builder for com.pulumi.alicloud.cloudfirewall.kotlin.inputs.GetNatFirewallsPlainArgs.