IdMappingWorkflowRuleArgs

data class IdMappingWorkflowRuleArgs(val matchingKeys: Output<List<String>>, val ruleName: Output<String>) : ConvertibleToJava<IdMappingWorkflowRuleArgs>

Constructors

Link copied to clipboard
constructor(matchingKeys: Output<List<String>>, ruleName: Output<String>)

Properties

Link copied to clipboard
val matchingKeys: Output<List<String>>

A list of MatchingKeys . The MatchingKeys must have been defined in the SchemaMapping . Two records are considered to match according to this rule if all of the MatchingKeys match.

Link copied to clipboard
val ruleName: Output<String>

A name for the matching rule.

Functions

Link copied to clipboard
open override fun toJava(): IdMappingWorkflowRuleArgs