Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EmailConfiguration = EmailConfiguration' {}
- newEmailConfiguration :: Text -> EmailRecipients -> EmailConfiguration
- emailConfiguration_content :: Lens' EmailConfiguration (Maybe EmailContent)
- emailConfiguration_from :: Lens' EmailConfiguration Text
- emailConfiguration_recipients :: Lens' EmailConfiguration EmailRecipients
Documentation
data EmailConfiguration Source #
Contains the configuration information of email notifications.
See: newEmailConfiguration
smart constructor.
EmailConfiguration' | |
|
Instances
newEmailConfiguration Source #
Create a value of EmailConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:content:EmailConfiguration'
, emailConfiguration_content
- Contains the subject and message of an email.
$sel:from:EmailConfiguration'
, emailConfiguration_from
- 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.
$sel:recipients:EmailConfiguration'
, emailConfiguration_recipients
- 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.
emailConfiguration_content :: Lens' EmailConfiguration (Maybe EmailContent) Source #
Contains the subject and message of an email.
emailConfiguration_from :: Lens' EmailConfiguration Text Source #
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.
emailConfiguration_recipients :: Lens' EmailConfiguration EmailRecipients Source #
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.