pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.outputs
/
RuleGroupHeaderMatchPattern
Rule
Group
Header
Match
Pattern
data
class
RuleGroupHeaderMatchPattern
(
val
all
:
Any
?
=
null
,
val
excludedHeaders
:
List
<
String
>
?
=
null
,
val
includedHeaders
:
List
<
String
>
?
=
null
)
The pattern to look for in the request headers.
Types
Constructors
Properties
Constructors
Rule
Group
Header
Match
Pattern
Link copied to clipboard
fun
RuleGroupHeaderMatchPattern
(
all
:
Any
?
=
null
,
excludedHeaders
:
List
<
String
>
?
=
null
,
includedHeaders
:
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 headers.
excluded
Headers
Link copied to clipboard
val
excludedHeaders
:
List
<
String
>
?
=
null
included
Headers
Link copied to clipboard
val
includedHeaders
:
List
<
String
>
?
=
null