matchingRules

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


@JvmName(name = "usbbkjqgxpuccsfg")
suspend fun matchingRules(values: List<Output<DomainMatchingRuleArgs>>)
@JvmName(name = "nwuhpfrkefhcatuo")
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 = "uuqupevhklhrgdun")
suspend fun matchingRules(argument: List<suspend DomainMatchingRuleArgsBuilder.() -> Unit>)
@JvmName(name = "bkycwfhdjdrmdhfy")
suspend fun matchingRules(vararg argument: suspend DomainMatchingRuleArgsBuilder.() -> Unit)
@JvmName(name = "jbwmgaygwivcqypb")
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.