# NOT RUN {
# The following example sets the Amazon SNS topic to which Amazon SES will
# publish bounce, complaint, and/or delivery notifications for emails sent
# with the specified identity as the Source:
# }
# NOT RUN {
svc$set_identity_notification_topic(
Identity = "user@example.com",
NotificationType = "Bounce",
SnsTopic = "arn:aws:sns:us-west-2:111122223333:MyTopic"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab