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

*************************
get_voice_connector_proxy
*************************



.. py:method:: ChimeSDKVoice.Client.get_voice_connector_proxy(**kwargs)

  

  Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice Connector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/GetVoiceConnectorProxy>`_  


  **Request Syntax**
  ::

    response = client.get_voice_connector_proxy(
        VoiceConnectorId='string'
    )
    
  :type VoiceConnectorId: string
  :param VoiceConnectorId: **[REQUIRED]** 

    The Voice Connector ID.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Proxy': {
              'DefaultSessionExpiryMinutes': 123,
              'Disabled': True|False,
              'FallBackPhoneNumber': 'string',
              'PhoneNumberCountries': [
                  'string',
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Proxy** *(dict) --* 

        The proxy configuration details.

        
        

        - **DefaultSessionExpiryMinutes** *(integer) --* 

          The default number of minutes allowed for proxy sessions.

          
        

        - **Disabled** *(boolean) --* 

          When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.

          
        

        - **FallBackPhoneNumber** *(string) --* 

          The phone number to route calls to after a proxy session expires.

          
        

        - **PhoneNumberCountries** *(list) --* 

          The countries for proxy phone numbers to be selected from.

          
          

          - *(string) --* 
      
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.UnauthorizedClientException`

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

  
  *   :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`

  