Values.EmailConfigurationSourceContains the configuration information of email notifications.
type nonrec t = {from : FromEmail.t;The email address that sends emails. If you use the AWS IoT Events managed AWS Lambda function to manage your emails, you must verify the email address that sends emails in Amazon SES.
*)content : EmailContent.t option;Contains the subject and message of an email.
*)recipients : EmailRecipients.t;Contains the information of one or more recipients who receive the emails. You must add the users that receive emails to your AWS SSO store.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of FromEmail.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of IdentityStoreId.t ])
list ])
list ]
list
| `String of EmailSubject.t ])
list ])
list ]