Options
All
  • Public
  • Public/Protected
  • All
Menu

VPC route table configuration. Used to define a VPC route table.

example

Subnet route table

- name: SubnetRouteTable
routes: []
tags: []
example

Gateway route table

- name: GatewayRouteTable
gatewayAssociation: internetGateway
routes: []
tags: []

Hierarchy

  • RouteTableConfig

Implements

Index

Constructors

Properties

gatewayAssociation: undefined | "internetGateway" | "virtualPrivateGateway" = undefined

Designate a gateway to associate this route table with.

remarks

Only define this property when creating a gateway route table. Leave undefined for subnet route tables.

name: "" = ''

A friendly name for the VPC route table.

routes: RouteTableEntryConfig[] = []

An array of VPC route table entry configuration objects.

see

RouteTableEntryConfig

tags: Tag[] = []

An array of tag objects for the VPC route table.

Generated using TypeDoc