ses_identity_notification_topic
Resource for managing SES Identity Notification Topics
Example Usage
resource "aws_ses_identity_notification_topic" "test" { topic_arn = "${aws_sns_topic.example.arn}" notification_type = "Bounce" identity = "${aws_ses_domain_identity.example.domain}" }
Argument Reference
The following arguments are supported:
-
topic_arn
- (Optional) The Amazon Resource Name (ARN) of the Amazon SNS topic. Can be set to "" (an empty string) to disable publishing. -
notification_type
- (Required) The type of notifications that will be published to the specified Amazon SNS topic. Valid Values: Bounce, Complaint or Delivery. -
identity
- (Required) The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by using its Amazon Resource Name (ARN).
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/ses_identity_notification_topic.html