On this page
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 filtercidr
- (Required) The IP address or address range to filter, in CIDR notationpolicy
- (Required) Block or Allow
© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/ses_receipt_filter.html