Back to Terraform Provider Aws

EventBridge Event sent to SNS Topic

examples/events/sns/README.md

6.43.0553 B
Original Source
<!-- Copyright IBM Corp. 2014, 2026 --> <!-- SPDX-License-Identifier: MPL-2.0 -->

EventBridge Event sent to SNS Topic

This example sets up an EventBridge Rule with a Target and SNS Topic to send any CloudTrail API operation into that SNS topic. This allows you to add SNS subscriptions which may notify you about suspicious activity.

See more details about EventBridge in the official AWS docs.

How to run the example

terraform apply -var=aws_region=us-west-2