DeliveryRuleCookiesConditionArgs

data class DeliveryRuleCookiesConditionArgs(val name: Output<String>, val parameters: Output<CookiesMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleCookiesConditionArgs>

Defines the Cookies condition for the delivery rule.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

Defines the parameters for the condition.