Values.EmailContactSourceAn email contact.
type nonrec t = {arn : EmailContactArn.t option;The Amazon Resource Name (ARN) of the email contact.
*)name : EmailContactName.t option;The name of the email contact.
*)address : SensitiveEmailContactAddress.t option;The email address this email contact points to. The activation email and any subscribed emails are sent here.
*)status : EmailContactStatus.t option;The status of the email contact. Only activated email contacts receive emails.
*)creationTime : CreationTime.t option;The creation time of the resource.
*)updateTime : UpdateTime.t option;The time the resource was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EmailContactArn.t
| `Timestamp of CreationTime.t ])
list ]