rule

val rule: Output<String>?

Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:

  • Match all incoming requests: value set to true.

  • Match specified request: Set the value to a custom expression, for example: (http.host eq \"video.example.com\").