RuleRuleConditionCookieConfigValueArgs

data class RuleRuleConditionCookieConfigValueArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<RuleRuleConditionCookieConfigValueArgs>

Constructors

Link copied to clipboard
fun RuleRuleConditionCookieConfigValueArgs(key: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>? = null

The key of the header field. The key must be 1 to 40 characters in length, and can contain letters, digits, hyphens (-) and underscores (_). The key does not support Cookie or Host.

Link copied to clipboard
val value: Output<String>? = null

The value of the values list.