Chime / Client / get_voice_connector_logging_configuration
get_voice_connector_logging_configuration#
- Chime.Client.get_voice_connector_logging_configuration(**kwargs)#
- Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs. - See also: AWS API Documentation - Request Syntax - response = client.get_voice_connector_logging_configuration( VoiceConnectorId='string' ) - Parameters:
- VoiceConnectorId (string) – - [REQUIRED] - The Amazon Chime Voice Connector ID. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'LoggingConfiguration': { 'EnableSIPLogs': True|False, 'EnableMediaMetricLogs': True|False } } - Response Structure - (dict) – - LoggingConfiguration (dict) – - The logging configuration details. - EnableSIPLogs (boolean) – - When true, enables SIP message logs for sending to Amazon CloudWatch Logs. 
- EnableMediaMetricLogs (boolean) – - Boolean that enables the logging of Voice Connector metrics to Cloudwatch. 
 
 
 
 - Exceptions - Chime.Client.exceptions.UnauthorizedClientException
- Chime.Client.exceptions.NotFoundException
- Chime.Client.exceptions.ForbiddenException
- Chime.Client.exceptions.BadRequestException
- Chime.Client.exceptions.ThrottledClientException
- Chime.Client.exceptions.ServiceUnavailableException
- Chime.Client.exceptions.ServiceFailureException