ContactPreference
Object that defines users contact preference.
Contents
- ContactType
-
The contact type used for engagement. For example: HomePhoneNumber, PersonalEmailAddress.
Type: String
Valid Values:
PhoneNumber | MobilePhoneNumber | HomePhoneNumber | BusinessPhoneNumber | EmailAddress | PersonalEmailAddress | BusinessEmailAddress
Required: No
- KeyName
-
A searchable, unique identifier of a customer profile.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_-]+$
Required: No
- KeyValue
-
The key value used to look up profile based off the keyName.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- ProfileId
-
The unique identifier of a customer profile.
Type: String
Pattern:
[a-f0-9]{32}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: