pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.inputs
/
RuleGroupCookieMatchPatternArgs
Rule
Group
Cookie
Match
Pattern
Args
data
class
RuleGroupCookieMatchPatternArgs
(
val
all
:
Output
<
Any
>
?
=
null
,
val
excludedCookies
:
Output
<
List
<
String
>
>
?
=
null
,
val
includedCookies
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
RuleGroupCookieMatchPatternArgs
>
The pattern to look for in the request cookies.
Constructors
Functions
Properties
Constructors
Rule
Group
Cookie
Match
Pattern
Args
Link copied to clipboard
fun
RuleGroupCookieMatchPatternArgs
(
all
:
Output
<
Any
>
?
=
null
,
excludedCookies
:
Output
<
List
<
String
>
>
?
=
null
,
includedCookies
:
Output
<
List
<
String
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleGroupCookieMatchPatternArgs
Properties
all
Link copied to clipboard
val
all
:
Output
<
Any
>
?
=
null
Inspect all parts of the web request cookies.
excluded
Cookies
Link copied to clipboard
val
excludedCookies
:
Output
<
List
<
String
>
>
?
=
null
included
Cookies
Link copied to clipboard
val
includedCookies
:
Output
<
List
<
String
>
>
?
=
null