Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.06 KB

ListenerRuleForCreation.md

File metadata and controls

18 lines (10 loc) · 1.06 KB

ListenerRuleForCreation

Information about the listener rule.

Properties

Name Type Description Notes
action String The type of action for the rule (always `forward`). [optional]
hostNamePattern String A host-name pattern for the rule, with a maximum length of 128 characters. This host-name pattern supports maximum three wildcards, and must not contain any special characters except [-.?]. [optional]
listenerRuleName String A human-readable name for the listener rule.
pathPattern String A path pattern for the rule, with a maximum length of 128 characters. This path pattern supports maximum three wildcards, and must not contain any special characters except [_-.$/~"'@:+?]. [optional]
priority Integer The priority level of the listener rule, between `1` and `19999` both included. Each rule must have a unique priority level. Otherwise, an error is returned.