RuleCondition#

The detailed description of a rule condition.

Contents#

  • Field — The field in the HTTP request.

    • Type: String

    • Required: Yes

    • Допустимые значения: 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 — Информация об адресах, с которых выполняются запросы к балансировщику.

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

    • Type: List of strings

    • Required: No

    • Ограничение: Только для условий с Field, равным host-header, path-pattern или source-ip, когда не используется HostHeaderConfig, PathPatternConfig или SourceIpConfig, соответственно