matchingRules

@JvmName(name = "folfgpxrnscodaox")
suspend fun matchingRules(value: Output<List<DomainMatchingRuleArgs>>)
@JvmName(name = "xrdvdachvdiptbpi")
suspend fun matchingRules(value: List<DomainMatchingRuleArgs>?)

Parameters

value

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.


@JvmName(name = "lgfkyigdnobwfsej")
suspend fun matchingRules(vararg values: Output<DomainMatchingRuleArgs>)


@JvmName(name = "jqshtxrbpemhklmt")
suspend fun matchingRules(values: List<Output<DomainMatchingRuleArgs>>)
@JvmName(name = "opwqqpgfgpxntmqi")
suspend fun matchingRules(vararg values: DomainMatchingRuleArgs)

Parameters

values

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.


@JvmName(name = "qgedjxuekqncwjcf")
suspend fun matchingRules(argument: List<suspend DomainMatchingRuleArgsBuilder.() -> Unit>)
@JvmName(name = "aqtxxyhisbjeghgm")
suspend fun matchingRules(vararg argument: suspend DomainMatchingRuleArgsBuilder.() -> Unit)
@JvmName(name = "aiprtrvvhdgdcfpp")
suspend fun matchingRules(argument: suspend DomainMatchingRuleArgsBuilder.() -> Unit)

Parameters

argument

Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.