matchingRules

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


@JvmName(name = "sbduumiepfwintbt")
suspend fun matchingRules(values: List<Output<DomainMatchingRuleArgs>>)
@JvmName(name = "ktorxtcabogcnkrc")
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 = "wyhlfnpusmcwwgpg")
suspend fun matchingRules(argument: List<suspend DomainMatchingRuleArgsBuilder.() -> Unit>)
@JvmName(name = "heaufycooikylndx")
suspend fun matchingRules(vararg argument: suspend DomainMatchingRuleArgsBuilder.() -> Unit)
@JvmName(name = "apngajbdrhwvovpv")
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.