matchingKeys

@JvmName(name = "gxvhxgwanjuevjjh")
suspend fun matchingKeys(value: Output<List<String>>)
@JvmName(name = "kqxywbnlmbulhjko")
suspend fun matchingKeys(value: List<String>)

Parameters

value

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.


@JvmName(name = "qarxiukanhujonkp")
suspend fun matchingKeys(vararg values: Output<String>)


@JvmName(name = "wdmjjqfowfmxmtaw")
suspend fun matchingKeys(values: List<Output<String>>)
@JvmName(name = "nmutggmcwkbcvbvl")
suspend fun matchingKeys(vararg values: String)

Parameters

values

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.