:doc:`WorkSpacesWeb <../../workspaces-web>` / Client / get_user_access_logging_settings

********************************
get_user_access_logging_settings
********************************



.. py:method:: WorkSpacesWeb.Client.get_user_access_logging_settings(**kwargs)

  

  Gets user access logging settings.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/GetUserAccessLoggingSettings>`_  


  **Request Syntax**
  ::

    response = client.get_user_access_logging_settings(
        userAccessLoggingSettingsArn='string'
    )
    
  :type userAccessLoggingSettingsArn: string
  :param userAccessLoggingSettingsArn: **[REQUIRED]** 

    The ARN of the user access logging settings.

    

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

    
    ::

      {
          'userAccessLoggingSettings': {
              'userAccessLoggingSettingsArn': 'string',
              'associatedPortalArns': [
                  'string',
              ],
              'kinesisStreamArn': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **userAccessLoggingSettings** *(dict) --* 

        The user access logging settings.

        
        

        - **userAccessLoggingSettingsArn** *(string) --* 

          The ARN of the user access logging settings.

          
        

        - **associatedPortalArns** *(list) --* 

          A list of web portal ARNs that this user access logging settings is associated with.

          
          

          - *(string) --* 
      
        

        - **kinesisStreamArn** *(string) --* 

          The ARN of the Kinesis stream.

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

  
  *   :py:class:`WorkSpacesWeb.Client.exceptions.ResourceNotFoundException`

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

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

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

  