AWS::SES::ReceiptFilter Filter - AWS CloudFormation

AWS::SES::ReceiptFilter Filter

Specifies an IP address filter.

Syntax

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