phoneNumber

@JvmName(name = "owctkvvbxpotpuqr")
suspend fun phoneNumber(value: Output<List<String>>)
@JvmName(name = "oedfyilmwmysptyc")
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 = "iopjcfeiimiqdxhd")
suspend fun phoneNumber(vararg values: Output<String>)


@JvmName(name = "jvdalpvqluwddade")
suspend fun phoneNumber(values: List<Output<String>>)
@JvmName(name = "cejhpsksssnhopbc")
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.