Options
All
  • Public
  • Public/Protected
  • All
Menu

Transit Gateway route entry configuration. Used to define static route entries in a Transit Gateway route table.

example

Destination CIDR:

- destinationCidrBlock: 0.0.0.0/0
attachment:
account: Network
vpcName: Network-Inspection

Destination prefix list:

- destinationPrefixList: accelerator-pl
attachment:
vpnConnectionName: accelerator-vpn

Blackhole route:

- destinationCidrBlock: 1.1.1.1/32
blackhole: true

Hierarchy

  • TransitGatewayRouteEntryConfig

Implements

Index

Constructors

Properties

A Transit Gateway VPC or DX Gateway entry configuration. Leave undefined if specifying a blackhole destination.

see

TransitGatewayRouteTableVpcEntryConfig TransitGatewayRouteTableDxGatewayEntryConfig TransitGatewayRouteTableVpnEntryConfig

blackhole: undefined | boolean = undefined

Enable to create a blackhole for the destination CIDR. Leave undefined if specifying a VPC destination.

destinationCidrBlock: undefined | string = undefined

The destination CIDR block for the route table entry.

remarks

Use CIDR notation, i.e. 10.0.0.0/16

destinationPrefixList: undefined | string = undefined

The friendly name of a prefix list for the route table entry.

Generated using TypeDoc