Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Create an Amazon CloudWatch event destination in AWS End User Messaging SMS

Focus mode
Create an Amazon CloudWatch event destination in AWS End User Messaging SMS - AWS End User Messaging SMS

After you create the IAM role and the CloudWatch group, you can create the event destination.

Create event destination (Console)

To create an event destination using the AWS End User Messaging SMS console, follow these steps:

  1. Open the AWS End User Messaging SMS console at https://console.aws.amazon.com/sms-voice/.

  2. In the navigation pane, under Configurations, choose Configuration sets.

  3. On the Configuration sets page ,choose the configuration set to add an event destination to.

  4. On the Configuration set details page, choose Add destination event.

  5. Under the Event details section, enter a friendly name for Event destination name.

  6. From the Destination type dropdown choose Amazon CloudWatch.

  7. For IAM role arn enter the ARN of the IAM role. For more information on the IAM role arn, see IAM policy for Amazon CloudWatch.

  8. For Log group arn enter the ARN of the Amazon CloudWatch log group to deliver the events to.

  9. Turn on Event publishing.

  10. Under Event types, choose:

    • All SMS events (Recommended) – Choose this option to send all SMS events listed in Event types to Amazon CloudWatch.

    • Custom SMS events – Choose specific SMS events to send to CloudWatch. To edit the list of events choose Edit SMS event selection. On Edit SMS event selection check only the events you want to send to Amazon CloudWatch. Choose Save selection.

    • All voice events (Recommended) – Choose this option to send all voice events listed in Event types to Amazon CloudWatch.

    • Custom voice events – Choose specific voice events to send to CloudWatch. To edit the list of events choose Edit voice event selection. On Edit voice event selection check only the events you want to send to Amazon CloudWatch. Choose Save selection.

    • All MMS events (Recommended) – Choose this option to send all MMS events listed in Event types to Amazon CloudWatch.

    • Custom MMS events – Choose specific MMS events to send to CloudWatch. To edit the list of events choose Edit MMS event selection. On Edit MMS event selection check only the events you want to send to Amazon CloudWatch. Choose Save selection.

  11. Choose Create event.

Create event destination (AWS CLI)

You can use the create-event-destination command to create an event destination.

At the command line, run the following command:

$ aws pinpoint-sms-voice-v2 create-event-destination \ > --event-destination-name eventDestinationName \ > --configuration-set-name configurationSet \ > --matching-event-types eventTypes \ > --cloud-watch-logs-destination IamRoleArn=arn:aws:iam::111122223333:role/CWLSMSRole,LogGroupArn=arn:aws:logs:us-east-1:111122223333:log-group:MyCWLLogGroup

In the preceding command, make the following changes:

  • Replace eventDestinationName with a name that describes the event destination.

  • Replace configurationSet with the name of the configuration set that you want to associate the event destination with.

  • Replace eventTypes with one or more of the event types listed in Event types for SMS, MMS, and voice.

  • Replace the value of IamRoleArn with the Amazon Resource Name (ARN) of an IAM role that has the policies described in IAM policy for Amazon CloudWatch.

  • Replace the value of LogGroupArn with the ARN of the CloudWatch group that you want to send events to.

To create an event destination using the AWS End User Messaging SMS console, follow these steps:

  1. Open the AWS End User Messaging SMS console at https://console.aws.amazon.com/sms-voice/.

  2. In the navigation pane, under Configurations, choose Configuration sets.

  3. On the Configuration sets page ,choose the configuration set to add an event destination to.

  4. On the Configuration set details page, choose Add destination event.

  5. Under the Event details section, enter a friendly name for Event destination name.

  6. From the Destination type dropdown choose Amazon CloudWatch.

  7. For IAM role arn enter the ARN of the IAM role. For more information on the IAM role arn, see IAM policy for Amazon CloudWatch.

  8. For Log group arn enter the ARN of the Amazon CloudWatch log group to deliver the events to.

  9. Turn on Event publishing.

  10. Under Event types, choose:

    • All SMS events (Recommended) – Choose this option to send all SMS events listed in Event types to Amazon CloudWatch.

    • Custom SMS events – Choose specific SMS events to send to CloudWatch. To edit the list of events choose Edit SMS event selection. On Edit SMS event selection check only the events you want to send to Amazon CloudWatch. Choose Save selection.

    • All voice events (Recommended) – Choose this option to send all voice events listed in Event types to Amazon CloudWatch.

    • Custom voice events – Choose specific voice events to send to CloudWatch. To edit the list of events choose Edit voice event selection. On Edit voice event selection check only the events you want to send to Amazon CloudWatch. Choose Save selection.

    • All MMS events (Recommended) – Choose this option to send all MMS events listed in Event types to Amazon CloudWatch.

    • Custom MMS events – Choose specific MMS events to send to CloudWatch. To edit the list of events choose Edit MMS event selection. On Edit MMS event selection check only the events you want to send to Amazon CloudWatch. Choose Save selection.

  11. Choose Create event.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.