Improve this page

Back to AWS Terraform templates index <–

Simple Notification Service

Simple Notification Service by the Sogeti community

Template Locations

Online documentation

Template reference
Service description

module "aws_sns_topic" {
  arn       = aws_sns_topic
  policy    = aws_iam_policy_document 
  protocol  = "email"
  endpoint  = "abcdef@capgemini.com"
}