aws.pinpoint_sms_voice.get_configuration_set_event_destinations
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice.get_configuration_set_event_destinationsWHERE"configuration_set_name" = 'VALUE';Description
Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_set_name Required Input Column ConfigurationSetName | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| event_destinations An array of EventDestination objects. Each EventDestination object includes ARNs and other information that define an event destination. | STRUCT( |
Show child fields
| |