AWS::SES::ReceiptFilter Filter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SES::ReceiptFilter Filter

Specifies an IP address filter.

Syntax

To declare this entity in your 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