Header menu logo FsCDK

RouteTableConfig Type

High-level EC2 Route Table builder following AWS networking best practices. **Default Settings:** - No default routes (explicit route configuration required) **Rationale:** Explicit route configuration follows the principle of least privilege and prevents accidental traffic routing. **Escape Hatch:** Access the underlying CDK CfnRouteTable via the `RouteTable` property for advanced scenarios not covered by this builder.

Record fields

Record Field Description

ConstructId

Full Usage: ConstructId

Field type: string option
Field type: string option

RouteTableName

Full Usage: RouteTableName

Field type: string
Field type: string

Tags

Full Usage: Tags

Field type: (string * string) list
Field type: (string * string) list

Vpc

Full Usage: Vpc

Field type: IVpc option
Field type: IVpc option

Type something to start searching.