Create a new event destination in a configuration set.
pinpointsmsvoice_create_configuration_set_event_destination(
ConfigurationSetName, EventDestination, EventDestinationName)
An empty list.
[required] ConfigurationSetName
A name that identifies the event destination.
svc$create_configuration_set_event_destination(
ConfigurationSetName = "string",
EventDestination = 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"
),
SnsDestination = list(
TopicArn = "string"
)
),
EventDestinationName = "string"
)