match Patterns
suspend fun matchPatterns(value: Output<List<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgs>>)
suspend fun matchPatterns(value: List<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgs>)
Parameters
value
The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either all
, included_cookies
or excluded_cookies
. More details: CookieMatchPattern
suspend fun matchPatterns(vararg values: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgs>)
suspend fun matchPatterns(values: List<Output<WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgs>>)
suspend fun matchPatterns(vararg values: WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgs)
Parameters
values
The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either all
, included_cookies
or excluded_cookies
. More details: CookieMatchPattern
suspend fun matchPatterns(argument: List<suspend WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgsBuilder.() -> Unit>)
suspend fun matchPatterns(vararg argument: suspend WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgsBuilder.() -> Unit)
suspend fun matchPatterns(argument: suspend WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchCookiesMatchPatternArgsBuilder.() -> Unit)
Parameters
argument
The filter to use to identify the subset of cookies to inspect in a web request. You must specify exactly one setting: either all
, included_cookies
or excluded_cookies
. More details: CookieMatchPattern