Values_1.EmailAddressMetadataSourceContains information about an email address for a contact center.
type nonrec t = {emailAddressId : Values_0.EmailAddressId.t option;The identifier of the email address.
*)emailAddressArn : Values_0.EmailAddressArn.t option;The Amazon Resource Name (ARN) of the email address.
*)emailAddress : Values_0.EmailAddress.t option;The email address, including the domain.
*)description : Values_0.Description.t option;The description of the email address.
*)displayName : Values_0.EmailAddressDisplayName.t option;The display name of email address.
*)aliasConfigurations : Values_0.AliasConfigurationList.t option;A list of alias configurations for this email address, showing which email addresses forward to this primary address. Each configuration contains the email address ID of an alias that forwards emails to this address.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.EmailAddressId.t ])
list ]