0
0
llucycodes42
In the above code, the aws_ses_receipt_filter resource sets up an Amazon SES receipt filter. This filter accepts Amazon SES receipt messages and sorts them by the time stamp. The code then stores the sorted messages in the $MyAWSResource variable.
Shortcut: tf_aws_ses_receipt_filter
resource "aws_ses_receipt_filter" "${MyAWSResource}" {
}