DomainRuleBasedMatchingAttributeTypesSelectorArgs

data class DomainRuleBasedMatchingAttributeTypesSelectorArgs(val addresses: Output<List<String>>? = null, val attributeMatchingModel: Output<String>, val emailAddresses: Output<List<String>>? = null, val phoneNumbers: Output<List<String>>? = null) : ConvertibleToJava<DomainRuleBasedMatchingAttributeTypesSelectorArgs>

Constructors

constructor(addresses: Output<List<String>>? = null, attributeMatchingModel: Output<String>, emailAddresses: Output<List<String>>? = null, phoneNumbers: Output<List<String>>? = null)

Properties

Link copied to clipboard
val addresses: Output<List<String>>? = null

The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress.

Link copied to clipboard

Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.

Link copied to clipboard
val emailAddresses: Output<List<String>>? = null

The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.

Link copied to clipboard
val phoneNumbers: Output<List<String>>? = null

The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber.

Functions

Link copied to clipboard
open override fun toJava(): DomainRuleBasedMatchingAttributeTypesSelectorArgs