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.
pinpointsmsvoice_get_configuration_set_event_destinations(
ConfigurationSetName)
A list with the following syntax:
list(
EventDestinations = list(
list(
CloudWatchLogsDestination = list(
IamRoleArn = "string",
LogGroupArn = "string"
),
Enabled = TRUE|FALSE,
KinesisFirehoseDestination = list(
DeliveryStreamArn = "string",
IamRoleArn = "string"
),
MatchingEventTypes = list(
"INITIATED_CALL"|"RINGING"|"ANSWERED"|"COMPLETED_CALL"|"BUSY"|"FAILED"|"NO_ANSWER"
),
Name = "string",
SnsDestination = list(
TopicArn = "string"
)
)
)
)
[required] ConfigurationSetName
svc$get_configuration_set_event_destinations(
ConfigurationSetName = "string"
)