Internet Gateways¶
Provider: AWS
Service ID: internet_gateways
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'internet_gateways',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'igw_id', 'vpc_id', 'state', 'owner_id']
});
</script>
<div data-sd-service="internet_gateways" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
igw_id |
Gateway ID | text |
From API field: InternetGatewayId |
vpc_id |
VPC ID | text |
From API field: Attachments[0].VpcId. Resolved to vpc name when available |
state |
State | status_badge |
From API field: Attachments[0].State. Default: detached |
owner_id |
Owner ID | text |
From API field: OwnerId |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name, igw_id