matchingRules

@JvmName(name = "eoasollrsdivphux")
suspend fun matchingRules(value: Output<List<DomainMatchingRuleArgs>>)
@JvmName(name = "aoqproypfmeaitah")
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 = "mxtuttxkrsuokeiv")
suspend fun matchingRules(vararg values: Output<DomainMatchingRuleArgs>)


@JvmName(name = "uvlbtlyvtxemuhsg")
suspend fun matchingRules(values: List<Output<DomainMatchingRuleArgs>>)
@JvmName(name = "janiscxbiqpuyvtw")
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 = "ymjoeldwwffbqmwl")
suspend fun matchingRules(argument: List<suspend DomainMatchingRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ukmlsvxqkforvyoy")
suspend fun matchingRules(vararg argument: suspend DomainMatchingRuleArgsBuilder.() -> Unit)
@JvmName(name = "reoxdeuknfcwpbvl")
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.