getNatGateway

Use this data source to access information about an existing NAT Gateway.

API Providers

This data source uses the following Azure API Providers:

  • Microsoft.Network: 2024-05-01

Return

A collection of values returned by getNatGateway.

Parameters

argument

A collection of arguments for invoking getNatGateway.


suspend fun getNatGateway(name: String, publicIpAddressIds: List<String>? = null, publicIpPrefixIds: List<String>? = null, resourceGroupName: String): GetNatGatewayResult

Return

A collection of values returned by getNatGateway.

Parameters

name

Specifies the Name of the NAT Gateway.

publicIpAddressIds

A list of existing Public IP Address resource IDs which the NAT Gateway is using.

publicIpPrefixIds

A list of existing Public IP Prefix resource IDs which the NAT Gateway is using.

resourceGroupName

Specifies the name of the Resource Group where the NAT Gateway exists.

See also


Return

A collection of values returned by getNatGateway.

Parameters

argument

Builder for com.pulumi.azure.network.kotlin.inputs.GetNatGatewayPlainArgs.

See also