NextStep type

Supported next step behaviors after a rule is applied to a matched route
KnownNextStep can be used interchangeably with NextStep, this enum contains the known values that the service supports.

Known values supported by the service

Unknown: Unknown
Continue: Continue
Terminate: Terminate

type NextStep = string