Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • RouteTableEntryConfig

Implements

Index

Constructors

Properties

destination: string = ''

The destination CIDR block for the route table entry.

remarks

Use CIDR notation, i.e. 10.0.0.0/16

name: string = ''

A friendly name for the route table.

target: string = ''

The friendly name of the destination target.

targetAvailabilityZone: undefined | string = undefined

The Availability Zone (AZ) the target resides in.

remarks

Include only the letter of the AZ name (i.e. 'a' for 'us-east-1a').

Leave undefined for targets of types other than networkFirewall.

type: undefined | "transitGateway" | "natGateway" | "internetGateway" | "local" | "gatewayEndpoint" | "networkInterface" | "networkFirewall" = undefined

The destination type of route table entry.

see

NetworkConfigTypes.routeTableEntryTypeEnum

Generated using TypeDoc