Skip to content

Route Tables

Provider: AWS
Service ID: route_tables
Rendering: Table with expandable rows containing tabbed sub-tables

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'route_tables',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'route_table_id', 'vpc_id', 'main', 'details']
});
</script>

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

Default Attributes

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

attributes: ['name', 'route_table_id', 'vpc_id', 'main', 'details']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
route_table_id Route Table ID text From API field: RouteTableId
vpc_id VPC ID text From API field: VpcId. Resolved to vpc name when available
main Main boolean From API field: Associations[?Main].Main. Default: false
details Details compound_sub_table Expandable sub-table: Routes, Associations
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sub-Table: Details

Routes

Column Display Name
destination Destination
target Target
state State
origin Origin

Associations

Column Display Name
subnet_id Subnet
main Main

Sort Order

Results are sorted by: name, route_table_id