ChimeSDKVoice / Client / get_global_settings

get_global_settings#

ChimeSDKVoice.Client.get_global_settings()#

Retrieves the global settings for the Amazon Chime SDK Voice Connectors in an AWS account.

See also: AWS API Documentation

Request Syntax

response = client.get_global_settings()
Return type:

dict

Returns:

Response Syntax

{
    'VoiceConnector': {
        'CdrBucket': 'string'
    }
}

Response Structure

  • (dict) –

    • VoiceConnector (dict) –

      The Voice Connector settings.

      • CdrBucket (string) –

        The S3 bucket that stores the Voice Connector’s call detail records.

Exceptions

  • ChimeSDKVoice.Client.exceptions.UnauthorizedClientException

  • ChimeSDKVoice.Client.exceptions.ForbiddenException

  • ChimeSDKVoice.Client.exceptions.BadRequestException

  • ChimeSDKVoice.Client.exceptions.ThrottledClientException

  • ChimeSDKVoice.Client.exceptions.ServiceUnavailableException

  • ChimeSDKVoice.Client.exceptions.ServiceFailureException