Provides an SES receipt filter resource
resource "aws_ses_receipt_filter" "filter" {
name = "block-spammer"
cidr = "10.10.10.10"
policy = "Block"
}
The following arguments are supported:
name - (Required) The name of the filter cidr - (Required) The IP address or address range to filter, in CIDR notation policy - (Required) Block or Allow
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/ses_receipt_filter.html