» Resource: aws_ses_receipt_filter

Provides an SES receipt filter resource

» Example Usage

resource "aws_ses_receipt_filter" "filter" {
  name   = "block-spammer"
  cidr   = "10.10.10.10"
  policy = "Block"
}

» Argument Reference

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