cookies
suspend fun cookies(value: Output<RuleGroupRuleStatementOrStatementStatementRegexMatchStatementFieldToMatchCookiesArgs>)
suspend fun cookies(value: RuleGroupRuleStatementOrStatementStatementRegexMatchStatementFieldToMatchCookiesArgs?)
Parameters
value
Inspect the cookies in the web request. See Cookies below for details.
suspend fun cookies(argument: suspend RuleGroupRuleStatementOrStatementStatementRegexMatchStatementFieldToMatchCookiesArgsBuilder.() -> Unit)
Parameters
argument
Inspect the cookies in the web request. See Cookies below for details.