See: Description
| Interface | Description |
|---|---|
| AddHeaderProps |
Construction properties for a add header action.
|
| BounceProps |
Construction properties for a bounce action.
|
| BounceTemplateProps |
Construction properties for a BounceTemplate.
|
| LambdaProps |
Construction properties for a Lambda action.
|
| S3Props |
Construction properties for a S3 action.
|
| SnsProps |
Construction properties for a SNS action.
|
| StopProps |
Construction properties for a stop action.
|
| Class | Description |
|---|---|
| AddHeader |
Adds a header to the received email.
|
| AddHeader.Builder |
A fluent builder for
AddHeader. |
| AddHeaderProps.Builder |
A builder for
AddHeaderProps |
| AddHeaderProps.Jsii$Proxy |
An implementation for
AddHeaderProps |
| Bounce |
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.
|
| Bounce.Builder |
A fluent builder for
Bounce. |
| BounceProps.Builder |
A builder for
BounceProps |
| BounceProps.Jsii$Proxy |
An implementation for
BounceProps |
| BounceTemplate |
A bounce template.
|
| BounceTemplate.Builder |
A fluent builder for
BounceTemplate. |
| BounceTemplateProps.Builder |
A builder for
BounceTemplateProps |
| BounceTemplateProps.Jsii$Proxy |
An implementation for
BounceTemplateProps |
| Lambda |
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
|
| Lambda.Builder |
A fluent builder for
Lambda. |
| LambdaProps.Builder |
A builder for
LambdaProps |
| LambdaProps.Jsii$Proxy |
An implementation for
LambdaProps |
| S3 |
Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.
|
| S3.Builder |
A fluent builder for
S3. |
| S3Props.Builder |
A builder for
S3Props |
| S3Props.Jsii$Proxy |
An implementation for
S3Props |
| Sns |
Publishes the email content within a notification to Amazon SNS.
|
| Sns.Builder |
A fluent builder for
Sns. |
| SnsProps.Builder |
A builder for
SnsProps |
| SnsProps.Jsii$Proxy |
An implementation for
SnsProps |
| Stop |
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
|
| Stop.Builder |
A fluent builder for
Stop. |
| StopProps.Builder |
A builder for
StopProps |
| StopProps.Jsii$Proxy |
An implementation for
StopProps |
| Enum | Description |
|---|---|
| EmailEncoding |
The type of email encoding to use for a SNS action.
|
| LambdaInvocationType |
The type of invocation to use for a Lambda Action.
|
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/aws-ses for more information.
Copyright © 2022. All rights reserved.