DeliveryRuleQueryStringConditionArgs

data class DeliveryRuleQueryStringConditionArgs(val name: Output<String>, val parameters: Output<QueryStringMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleQueryStringConditionArgs>

Defines the QueryString condition for the delivery rule.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

Defines the parameters for the condition.