AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::ReceiptRule

CfnReceiptRule

Specifies a receipt rule.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnReceiptRuleProps.

ruleRequired
IResolvable | RuleProperty

A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.

ruleSetNameRequired
string

The name of the rule set where the receipt rule is added.

afterOptional
string

The name of an existing rule after which the new rule is placed. If this parameter is null, the new rule is inserted at the beginning of the rule list.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

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

Download Free Infographic