phoneNumber

@JvmName(name = "ybwvqvuuvyjstynt")
suspend fun phoneNumber(value: Output<List<String>>)
@JvmName(name = "pfsobogtvnngssdu")
suspend fun phoneNumber(value: List<String>?)

Parameters

value

The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber. You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.


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


@JvmName(name = "xgcfqftxideqiwex")
suspend fun phoneNumber(values: List<Output<String>>)
@JvmName(name = "jyqpiekpvtpcwbgx")
suspend fun phoneNumber(vararg values: String)

Parameters

values

The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber. You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.