NetworkConfig / VpcConfig / OutpostsConfig / LocalGatewayConfig

Outposts Local Gateway configuration. Use this configuration to reference existing local gateways for your Outposts. The local gateway for your Outpost rack enables connectivity from your Outpost subnets to all AWS services that are available in the parent Region, in the same way that you access them from an Availability Zone subnet.

Example

name: accelerator-lgw
id: lgw-abcxyz

Hierarchy

  • LocalGatewayConfig

Implements

Constructors

Properties

Constructors

Properties

id: string = ''

The id for the Local Gateway

Remarks

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

To find the resource ID for the local gateway, please see the following instructions: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-local-gateways.html#working-with-lgw

name: string = ''

A friendly name for the Local Gateway

routeTables: LocalGatewayRouteTableConfig[] = []

The route tables for the Local Gateway

Generated using TypeDoc