toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.cdn.kotlin.inputs
/
MatchConditionArgs
/
MatchConditionArgs
Match
Condition
Args
constructor
(
matchValue
:
Output
<
List
<
String
>
>
,
matchVariable
:
Output
<
Either
<
String
,
WafMatchVariable
>
>
,
negateCondition
:
Output
<
Boolean
>
?
=
null
,
operator
:
Output
<
Either
<
String
,
Operator
>
>
,
selector
:
Output
<
String
>
?
=
null
,
transforms
:
Output
<
List
<
Either
<
String
,
TransformType
>
>
>
?
=
null
)