pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.wafv2.kotlin.inputs
/
RuleGroupLabelMatchStatementArgs
Rule
Group
Label
Match
Statement
Args
data
class
RuleGroupLabelMatchStatementArgs
(
val
key
:
Output
<
String
>
,
val
scope
:
Output
<
RuleGroupLabelMatchScope
>
)
:
ConvertibleToJava
<
RuleGroupLabelMatchStatementArgs
>
Constructors
Functions
Properties
Constructors
Rule
Group
Label
Match
Statement
Args
Link copied to clipboard
fun
RuleGroupLabelMatchStatementArgs
(
key
:
Output
<
String
>
,
scope
:
Output
<
RuleGroupLabelMatchScope
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleGroupLabelMatchStatementArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
scope
Link copied to clipboard
val
scope
:
Output
<
RuleGroupLabelMatchScope
>