RulesEngine interface
A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response.
- Extends
Properties
| resource |
Resource status. |
| rules | A list of rules that define a particular Rules Engine Configuration. |
Property Details
resourceState
Resource status.
resourceState?: string
Property Value
string
rules
A list of rules that define a particular Rules Engine Configuration.
rules?: RulesEngineRule[]