package
2.166.0
Repository: https://github.com/aws/aws-cdk-go.git
Documentation: pkg.go.dev

# README

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.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Base 64.
UTF-8.
The function will be invoked asynchronously.
The function will be invoked sychronously.

# Structs

Construction properties for a add header action.
Construction properties for a bounce action.
Construction properties for a BounceTemplate.
Construction properties for a Lambda action.
Construction properties for a S3 action.
Construction properties for a SNS action.
Construction properties for a stop action.
Construction properties for a WorkMail action.

# Interfaces

Adds a header to the received email.
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.
A bounce template.
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.
Publishes the email content within a notification to Amazon SNS.
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
Integrates an Amazon WorkMail action into a receipt rule set, and optionally publishes a notification to Amazon SNS.

# Type aliases

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