:doc:`AppRegistry <../../servicecatalog-appregistry>` / Client / get_configuration

*****************
get_configuration
*****************



.. py:method:: AppRegistry.Client.get_configuration()

  

  Retrieves a ``TagKey`` configuration from an account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/GetConfiguration>`_  


  **Request Syntax**

  ::

    response = client.get_configuration()
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'configuration': {
              'tagQueryConfiguration': {
                  'tagKey': 'string'
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **configuration** *(dict) --* 

        Retrieves ``TagKey`` configuration from an account.

        
        

        - **tagQueryConfiguration** *(dict) --* 

          Includes the definition of a ``tagQuery``.

          
          

          - **tagKey** *(string) --* 

            Condition in the IAM policy that associates resources to an application.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`AppRegistry.Client.exceptions.InternalServerException`

  