pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.outputs
/
WebAclCookieMatchPattern
Web
Acl
Cookie
Match
Pattern
data
class
WebAclCookieMatchPattern
(
val
all
:
Any
?
=
null
,
val
excludedCookies
:
List
<
String
>
?
=
null
,
val
includedCookies
:
List
<
String
>
?
=
null
)
The pattern to look for in the request cookies.
Types
Constructors
Properties
Constructors
Web
Acl
Cookie
Match
Pattern
Link copied to clipboard
fun
WebAclCookieMatchPattern
(
all
:
Any
?
=
null
,
excludedCookies
:
List
<
String
>
?
=
null
,
includedCookies
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
all
Link copied to clipboard
val
all
:
Any
?
=
null
Inspect all parts of the web request cookies.
excluded
Cookies
Link copied to clipboard
val
excludedCookies
:
List
<
String
>
?
=
null
included
Cookies
Link copied to clipboard
val
includedCookies
:
List
<
String
>
?
=
null