pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.outputs
/
RuleGroupJsonMatchPattern
Rule
Group
Json
Match
Pattern
data
class
RuleGroupJsonMatchPattern
(
val
all
:
Any
?
=
null
,
val
includedPaths
:
List
<
String
>
?
=
null
)
The pattern to look for in the JSON body.
Types
Constructors
Properties
Constructors
Rule
Group
Json
Match
Pattern
Link copied to clipboard
fun
RuleGroupJsonMatchPattern
(
all
:
Any
?
=
null
,
includedPaths
:
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's JSON body.
included
Paths
Link copied to clipboard
val
includedPaths
:
List
<
String
>
?
=
null