AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

ReceiptFilter

A receipt filter. When instantiated without props, it creates a block all receipt filter.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as ReceiptFilterProps.

ipOptional
string

The ip address or range to filter.

Default: 0.0.0.0/0

policyOptional
ReceiptFilterPolicy

The policy for the filter.

Default: Block

receiptFilterNameOptional
string

The name for the receipt filter.

Default: a CloudFormation generated name

Get the Amazon SES Cheat Sheet

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

Download Free Infographic