DeliveryRuleRequestMethodConditionArgs

data class DeliveryRuleRequestMethodConditionArgs(val name: Output<String>, val parameters: Output<RequestMethodMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleRequestMethodConditionArgs>

Defines the RequestMethod condition for the delivery rule.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

Defines the parameters for the condition.