AWSCDK::SESActions

18 types

Amazon Simple Email Service Actions Library

This module contains integration classes to add action to SES email receiving rules. Instances of these classes should be passed to the rule.addAction() method.

Currently supported are:

See the README of aws-cdk-lib/aws-ses for more information.

API Reference

Classes 8

AddHeaderAdds a header to the received email. BounceRejects the received email by returning a bounce response to the sender and, optionally, p BounceTemplateA bounce template. LambdaCalls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS. S3Saves the received message to an Amazon S3 bucket and, optionally, publishes a notificatio SNSPublishes the email content within a notification to Amazon SNS. StopTerminates the evaluation of the receipt rule set and optionally publishes a notification WorkMailIntegrates an Amazon WorkMail action into a receipt rule set, and optionally publishes a n

Interfaces 8

AddHeaderPropsConstruction properties for a add header action. BouncePropsConstruction properties for a bounce action. BounceTemplatePropsConstruction properties for a BounceTemplate. LambdaPropsConstruction properties for a Lambda action. S3PropsConstruction properties for a S3 action. SNSPropsConstruction properties for a SNS action. StopPropsConstruction properties for a stop action. WorkMailPropsConstruction properties for a WorkMail action.

Enums 2

EmailEncodingThe type of email encoding to use for a SNS action. LambdaInvocationTypeThe type of invocation to use for a Lambda Action.