:doc:`ChimeSDKVoice <../../chime-sdk-voice>` / Client / get_global_settings

*******************
get_global_settings
*******************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/GetGlobalSettings>`_  


  **Request Syntax**

  ::

    response = client.get_global_settings()
  :rtype: 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**
  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceFailureException`

  