ISESV2SnsDestination
Interface in AWS.SESV2
Interface for SnsDestination configuration.
Properties
TopicArn
property TopicArn: TARN
The Amazon Resource Name (ARN) of the SNS topic to publish email events to.
Specifies the target Amazon SNS topic where Amazon SES will publish email events. When configured, email events are published as JSON messages to the specified topic, enabling immediate notifications when certain email events occur such as bounces, complaints, or deliveries. The ARN format is: arn:aws:sns:region:account-id:topic-name SNS topic subscribers (such as email addresses, SMS numbers, SQS queues, Lambda functions, or HTTP endpoints) will receive detailed JSON payloads containing comprehensive information about each email event. This makes SNS destinations ideal for real-time alerting and automated response workflows. The specified SNS topic must exist in the same AWS region as your SES configuration, and the topic policy must allow Amazon SES to publish messages to the topic. Without proper permissions, email events will not be delivered. For more information about Amazon SNS topics and subscription options, see the Amazon SNS Developer Guide.