AWS::SMSVOICE::ConfigurationSet EventDestination - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SMSVOICE::ConfigurationSet EventDestination

Contains information about an event destination.

Event destinations are associated with configuration sets, which enable you to publish message sending events to CloudWatch, Firehose, or Amazon SNS.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

CloudWatchLogsDestination

An object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.

Required: No

Type: CloudWatchLogsDestination

Update requires: No interruption

Enabled

When set to true events will be logged.

Required: Yes

Type: Boolean

Update requires: No interruption

EventDestinationName

The name of the EventDestination.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9_-]+$

Minimum: 1

Maximum: 64

Update requires: No interruption

KinesisFirehoseDestination

An object that contains information about an event destination for logging to Amazon Data Firehose.

Required: No

Type: KinesisFirehoseDestination

Update requires: No interruption

MatchingEventTypes

An array of event types that determine which events to log.

Note

The TEXT_SENT event type is not supported.

Required: Yes

Type: Array of String

Update requires: No interruption

SnsDestination

An object that contains information about an event destination that sends logging events to Amazon SNS.

Required: No

Type: SnsDestination

Update requires: No interruption