address

@JvmName(name = "tgkxwafcsueyxkqb")
suspend fun address(value: Output<List<String>>)
@JvmName(name = "lsvsvfenigqjuoxv")
suspend fun address(value: List<String>?)

Parameters

value

The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress. You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.


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


@JvmName(name = "xagayhptgfgncbpo")
suspend fun address(values: List<Output<String>>)
@JvmName(name = "wrgrsrqutopqrhqg")
suspend fun address(vararg values: String)

Parameters

values

The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress. You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.