phoneNumber

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


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