RuleCondition
In this article:
RuleCondition#
The detailed description of a rule condition.
Contents#
Field — The field in the HTTP request.
Type: String
Required: Yes
Valid values:
host-header
|path-pattern
HostHeaderConfig — The information about the host headers that the host name in the URL should match.
Type: List of HostHeaderCondigionConfig objects
Required: No
PathPatternConfig — The information about the path patterns that the path in the URL should match.
Type: List of PathPatternConditionConfig objects
Required: No
Values.member.N — The rule condition values.
Type: List of strings
Required: No
Constraints: Only for conditions with
Field
equal tohost-header
orpath-pattern
whenHostHeaderConfig
orPathPatternConfig
, respectively, is not used