get_configuration_set_event_destinations(**kwargs)¶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.
See also: AWS API Documentation
Request Syntax
response = client.get_configuration_set_event_destinations(
    ConfigurationSetName='string'
)
{
    'EventDestinations': [
        {
            'CloudWatchLogsDestination': {
                'IamRoleArn': 'string',
                'LogGroupArn': 'string'
            },
            'Enabled': True|False,
            'KinesisFirehoseDestination': {
                'DeliveryStreamArn': 'string',
                'IamRoleArn': 'string'
            },
            'MatchingEventTypes': [
                'INITIATED_CALL'|'RINGING'|'ANSWERED'|'COMPLETED_CALL'|'BUSY'|'FAILED'|'NO_ANSWER',
            ],
            'Name': 'string',
            'SnsDestination': {
                'TopicArn': 'string'
            }
        },
    ]
}
Response Structure
Exceptions
PinpointSMSVoice.Client.exceptions.NotFoundExceptionPinpointSMSVoice.Client.exceptions.TooManyRequestsExceptionPinpointSMSVoice.Client.exceptions.BadRequestExceptionPinpointSMSVoice.Client.exceptions.InternalServiceErrorException