AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

ReceiptRuleSet

A new receipt rule set.

Import

import { ReceiptRuleSet } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.ReceiptRuleSet

Properties

Configuration passed to the constructor as ReceiptRuleSetProps.

dropSpamOptional
boolean

Whether to add a first rule to stop processing messages that have at least one spam indicator.

Default: false

receiptRuleSetNameOptional
string

The name for the receipt rule set.

Default: - A CloudFormation generated name.

rulesOptional
ReceiptRuleOptions[]

The list of rules to add to this rule set. Rules are added in the same order as they appear in the list.

Default: - No rules are added to the rule set.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic