:doc:`ResourceExplorer <../../resource-explorer-2>` / Client / get_service_view

****************
get_service_view
****************



.. py:method:: ResourceExplorer.Client.get_service_view(**kwargs)

  

  Retrieves details about a specific Resource Explorer service view. This operation returns the configuration and properties of the specified view.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/resource-explorer-2-2022-07-28/GetServiceView>`_  


  **Request Syntax**
  ::

    response = client.get_service_view(
        ServiceViewArn='string'
    )
    
  :type ServiceViewArn: string
  :param ServiceViewArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the service view to retrieve details for.

    

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

    
    ::

      {
          'View': {
              'ServiceViewArn': 'string',
              'ServiceViewName': 'string',
              'Filters': {
                  'FilterString': 'string'
              },
              'IncludedProperties': [
                  {
                      'Name': 'string'
                  },
              ],
              'StreamingAccessForService': 'string',
              'ScopeType': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **View** *(dict) --* 

        A ``ServiceView`` object that contains the details and configuration of the requested service view.

        
        

        - **ServiceViewArn** *(string) --* 

          The Amazon Resource Name (ARN) of the service view.

          
        

        - **ServiceViewName** *(string) --* 

          The name of the service view.

          
        

        - **Filters** *(dict) --* 

          A search filter defines which resources can be part of a search query result set.

          
          

          - **FilterString** *(string) --* 

            The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a  Search operation. For more details, see `Search query syntax <https://docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html>`__.

            
      
        

        - **IncludedProperties** *(list) --* 

          A list of additional resource properties that are included in this view for search and filtering purposes.

          
          

          - *(dict) --* 

            Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.

            
            

            - **Name** *(string) --* 

              The name of the property that is included in this view.

               

              You can specify the following property names for this field:

               

              
              * ``tags``
              

              
        
      
        

        - **StreamingAccessForService** *(string) --* 

          The Amazon Web Services service that has streaming access to this view's data.

          
        

        - **ScopeType** *(string) --* 

          The scope type of the service view, which determines what resources are included.

          
    
  
  **Exceptions**
  
  *   :py:class:`ResourceExplorer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.InternalServerException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.ValidationException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.AccessDeniedException`

  