emailAddress

@JvmName(name = "fwfshqrvgspegeho")
suspend fun emailAddress(value: Output<List<String>>)
@JvmName(name = "exmabsbitarmhsag")
suspend fun emailAddress(value: List<String>?)

Parameters

value

The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress. You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.


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


@JvmName(name = "aegmubklvhdjjtsu")
suspend fun emailAddress(values: List<Output<String>>)
@JvmName(name = "nbcjiaancueedrhb")
suspend fun emailAddress(vararg values: String)

Parameters

values

The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress. You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.