Interface CreateVpcRoutingTableRouteOptions.Action
- Enclosing class:
CreateVpcRoutingTableRouteOptions
public static interface CreateVpcRoutingTableRouteOptions.Action
The action to perform with a packet matching the route:
- `delegate`: delegate to system-provided routes
- `delegate_vpc`: delegate to system-provided routes, ignoring Internet-bound routes
- `deliver`: deliver the packet to the specified `next_hop`
- `drop`: drop the packet.
-
Field Summary
Fields
-
Field Details
-
DELEGATE
-
DELEGATE_VPC
-
DELIVER
-
DROP
-