NetworkConfig / VpcConfig / OutpostsConfig / LocalGatewayConfig / LocalGatewayRouteTableConfig

Outposts Local Gateway route table configuration. Use this configuration to reference route tables for your Outposts local gateway. Outpost subnet route tables on a rack can include a route to your on-premises network. The local gateway routes this traffic for low latency routing to the on-premises network.

Example

- name: accelerator-local-gateway-rtb
id: lgw-rtb-abcxyz

Hierarchy

  • LocalGatewayRouteTableConfig

Implements

Constructors

Properties

Constructors

Properties

id: string = ''

The id for the Route Table

Remarks

This is an existing resource ID for the local gateway route table. The local gateway route table must exist in the account and region the accelerator-provisioned subnet is deployed to.

To find the resource ID for the local gateway route table, please see the following instructions: https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#view-routes

name: string = ''

A friendly name for the Route Table

Remarks

This is a logical name property that can be used to reference the route table in subnet configurations.

See

SubnetConfig

Generated using TypeDoc