AWS::SES::ReceiptFilter Filter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::ReceiptFilter Filter

Specifies an IP address filter.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "IpFilter" : IpFilter, "Name" : String }

YAML

IpFilter: IpFilter Name: String

Properties

IpFilter

A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

Required: Yes

Type: IpFilter

Update requires: Replacement

Name

The name of the IP address filter. The name must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

  • Start and end with a letter or number.

  • Contain 64 characters or fewer.

Required: No

Type: String

Update requires: Replacement