Values_1.EmailAddressSummarySourceSummary information about an email address associated with a queue. Contains the essential details needed to identify and manage the email address routing configuration.
type nonrec t = {id : Values_0.EmailAddressId.t option;The unique identifier of the email address associated with the queue.
*)arn : Values_0.EmailAddressArn.t option;The Amazon Resource Name (ARN) of the email address associated with the queue.
*)isDefaultOutboundEmail : Values_0.Boolean.t option;Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.EmailAddressId.t ])
list ]