pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.entityresolution.kotlin.inputs
/
MatchingWorkflowRuleArgs
Matching
Workflow
Rule
Args
data
class
MatchingWorkflowRuleArgs
(
val
matchingKeys
:
Output
<
List
<
String
>
>
,
val
ruleName
:
Output
<
String
>
)
:
ConvertibleToJava
<
MatchingWorkflowRuleArgs
>
Constructors
Functions
Properties
Constructors
Matching
Workflow
Rule
Args
Link copied to clipboard
fun
MatchingWorkflowRuleArgs
(
matchingKeys
:
Output
<
List
<
String
>
>
,
ruleName
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
MatchingWorkflowRuleArgs
Properties
matching
Keys
Link copied to clipboard
val
matchingKeys
:
Output
<
List
<
String
>
>
rule
Name
Link copied to clipboard
val
ruleName
:
Output
<
String
>