- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-iot-events
EmailConfiguration Interface
Contains the configuration information of email notifications.
Members
Name | Type | Details |
---|---|---|
from Required | string | undefined | 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 . |
recipients Required | EmailRecipients | undefined | Contains the information of one or more recipients who receive the emails. |
content | EmailContent | undefined | Contains the subject and message of an email. |
Full Signature
export interface EmailConfiguration