Package software.amazon.awscdk.services.ses.actions
package software.amazon.awscdk.services.ses.actions
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.
-
ClassDescriptionAdds a header to the received email.A fluent builder for
AddHeader
.Construction properties for a add header action.A builder forAddHeaderProps
An implementation forAddHeaderProps
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.A fluent builder forBounce
.Construction properties for a bounce action.A builder forBounceProps
An implementation forBounceProps
A bounce template.A fluent builder forBounceTemplate
.Construction properties for a BounceTemplate.A builder forBounceTemplateProps
An implementation forBounceTemplateProps
The type of email encoding to use for a SNS action.Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.A fluent builder forLambda
.The type of invocation to use for a Lambda Action.Construction properties for a Lambda action.A builder forLambdaProps
An implementation forLambdaProps
Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.A fluent builder forS3
.Construction properties for a S3 action.A builder forS3Props
An implementation forS3Props
Publishes the email content within a notification to Amazon SNS.A fluent builder forSns
.Construction properties for a SNS action.A builder forSnsProps
An implementation forSnsProps
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.A fluent builder forStop
.Construction properties for a stop action.A builder forStopProps
An implementation forStopProps
Integrates an Amazon WorkMail action into a receipt rule set, and optionally publishes a notification to Amazon SNS.A fluent builder forWorkMail
.Construction properties for a WorkMail action.A builder forWorkMailProps
An implementation forWorkMailProps