Options
All
  • Public
  • Public/Protected
  • All
English
  • English
  • Français
Menu
Warning
The configuration file schema documentation is a work in progress. Please use this draft document with caution. The deeper you browse into the hierarchy, the less accurate the definitions are likely to be.

Configuration of a static route that is added to a TGW route table

Hierarchy

  • TransitGatewayRouteConfig

Index

Properties

Optional blackhole-route

blackhole-route: boolean
Title: Blackhole Route
Description: Indicates whether to drop traffic that is destined to this route. True or false are expected values

destination

destination: string
Title: Destination
Description: The destination CIDR range for this route

Optional target-account

target-account: string
Title: Target Account
Description: When the route targets a VPC, indicates the name of the account which owns the VPC.

Optional target-tgw

target-tgw: string
Title: Target TGW
Description: The target of this route is a Transit Gateway.

Optional target-vpc

target-vpc: string
Title: Target VPC
Description: The target of this route is a VPC.

Optional target-vpn

target-vpn: { az: string; name: string; subnet: string }
Title: Target VPN
Description: The target of this route is a VPN attachment.

Type declaration

  • [k: string]: unknown
  • az: string
  • name: string
  • subnet: string