Resource Type: AWS > Outposts > Local Gateway Route Table
The Local Gateway Route Table resource type is a virtual routing table that can be used to direct traffic between the Outposts and on-premises networks. This enables seamless communication between the AWS cloud environment and your local data centers.
Resource Context
Local Gateway Route Table is a part of the Outposts service.
Each Local Gateway Route Table lives under a Local Gateway.
Controls
The primary controls for AWS > Outposts > Local Gateway Route Table are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-outposts#/resource/types/localGatewayRouteTable
- tmod:@turbot/turbot#/resource/categories/applicationIntegration
- turbot graphql resource --id "tmod:@turbot/aws-outposts#/resource/types/localGatewayRouteTable"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-outposts#/resource/types/localGatewayRouteTable';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-outposts#/resource/types/localGatewayRouteTable"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-outposts#/resource/types/localGatewayRouteTable' 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