Resource Type: Azure > Network > NAT Gateway
The NAT Gateway resource type provides outbound internet connectivity for Azure Virtual Network resources using network address translation (NAT). It offers scalable and highly available connectivity with support for both IPv4 and IPv6 traffic in StandardV2 SKU.
Resource Context
NAT Gateway is a part of the Network service.
Each NAT Gateway lives under a Resource Group.
Controls
The primary controls for Azure > Network > NAT Gateway are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-network#/resource/types/natGateway
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-network#/resource/types/natGateway"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/natGateway';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-network#/resource/types/natGateway"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/natGateway' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query