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 | source-ip

  • HostHeaderConfig — The information about the host headers that the host name in the URL should match.

  • PathPatternConfig — The information about the path patterns that the path in the URL should match.

  • SourceIpConfig — The information about the addresses used to make requests to the load balancer.

  • Values.member.N — The rule condition values.

    • Type: List of strings

    • Required: No

    • Constraints: Only for conditions with Field equal to host-header, path-pattern or source-ip when HostHeaderConfig, PathPatternConfig*or *SourceIpConfig, respectively, is not used