NatGatewayOutput interface
Nat Gateway resource.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| properties | Nat Gateway properties. |
| sku | The nat gateway SKU. |
| zones | A list of availability zones denoting the zone in which Nat Gateway should be deployed. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
properties
Nat Gateway properties.
properties?: NatGatewayPropertiesFormatOutput
Property Value
sku
zones
A list of availability zones denoting the zone in which Nat Gateway should be deployed.
zones?: string[]
Property Value
string[]
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags