DeliveryRuleRequestUriConditionArgs

data class DeliveryRuleRequestUriConditionArgs(val name: Output<String>, val parameters: Output<RequestUriMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleRequestUriConditionArgs>

Defines the RequestUri condition for the delivery rule.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): DeliveryRuleRequestUriConditionArgs

Properties

Link copied to clipboard
val name: Output<String>

The name of the condition for the delivery rule. Expected value is 'RequestUri'.

Link copied to clipboard

Defines the parameters for the condition.