Transit Gateways¶
Provider: AWS
Service ID: transit_gateways
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'transit_gateways',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'tgw_id', 'state', 'description', 'amazon_side_asn', 'dns_support']
});
</script>
<div data-sd-service="transit_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) |
tgw_id |
TGW ID | text |
From API field: TransitGatewayId |
state |
State | status_badge |
From API field: State |
description |
Description | text |
From API field: Description |
owner_id |
Owner Account | text |
From API field: OwnerId |
amazon_side_asn |
ASN | text |
From API field: Options.AmazonSideAsn |
dns_support |
DNS Support | status_badge |
From API field: Options.DnsSupport |
vpn_ecmp_support |
VPN ECMP | status_badge |
From API field: Options.VpnEcmpSupport |
default_route_table_assoc |
Default RT Assoc | status_badge |
From API field: Options.DefaultRouteTableAssociation |
default_route_table_prop |
Default RT Prop | status_badge |
From API field: Options.DefaultRouteTablePropagation |
auto_accept_shared |
Auto-Accept Shared | status_badge |
From API field: Options.AutoAcceptSharedAttachments |
created |
Created | datetime |
From API field: CreationTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name, tgw_id