Skip to content

NAT Gateways

Provider: AWS
Service ID: nat_gateways
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'nat_gateways',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'nat_gw_id', 'state', 'connectivity_type', 'vpc_id', 'subnet_id']
});
</script>

<div data-sd-service="nat_gateways" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'nat_gw_id', 'state', 'connectivity_type', 'vpc_id', 'subnet_id']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
nat_gw_id NAT Gateway ID text From API field: NatGatewayId
state State status_badge From API field: State
connectivity_type Connectivity text From API field: ConnectivityType
vpc_id VPC ID text From API field: VpcId. Resolved to vpc name when available
subnet_id Subnet ID text From API field: SubnetId. Resolved to subnet name when available
public_ip Public IP text From API field: NatGatewayAddresses[0].PublicIp
private_ip Private IP text From API field: NatGatewayAddresses[0].PrivateIp
allocation_id Elastic IP Alloc text From API field: NatGatewayAddresses[0].AllocationId
create_time Created datetime From API field: CreateTime
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name, nat_gw_id