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 |
Full Usage:
ConstructId
Field type: string option
|
|
Full Usage:
RouteTableName
Field type: string
|
|
Full Usage:
Tags
Field type: (string * string) list
|
|
|
FsCDK