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

********************
get_browser_settings
********************



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

  

  Gets browser settings.

  

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


  **Request Syntax**
  ::

    response = client.get_browser_settings(
        browserSettingsArn='string'
    )
    
  :type browserSettingsArn: string
  :param browserSettingsArn: **[REQUIRED]** 

    The ARN of the browser settings.

    

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

    
    ::

      {
          'browserSettings': {
              'browserSettingsArn': 'string',
              'associatedPortalArns': [
                  'string',
              ],
              'browserPolicy': 'string',
              'customerManagedKey': 'string',
              'additionalEncryptionContext': {
                  'string': 'string'
              },
              'webContentFilteringPolicy': {
                  'blockedCategories': [
                      'Cults'|'Gambling'|'Nudity'|'Pornography'|'SexEducation'|'Tasteless'|'Violence'|'DownloadSites'|'ImageSharing'|'PeerToPeer'|'StreamingMediaAndDownloads'|'GenerativeAI'|'CriminalActivity'|'Hacking'|'HateAndIntolerance'|'IllegalDrug'|'IllegalSoftware'|'SchoolCheating'|'SelfHarm'|'Weapons'|'Chat'|'Games'|'InstantMessaging'|'ProfessionalNetwork'|'SocialNetworking'|'WebBasedEmail'|'ParkedDomains',
                  ],
                  'allowedUrls': [
                      'string',
                  ],
                  'blockedUrls': [
                      'string',
                  ]
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **browserSettings** *(dict) --* 

        The browser settings.

        
        

        - **browserSettingsArn** *(string) --* 

          The ARN of the browser settings.

          
        

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

          A list of web portal ARNs that this browser settings is associated with.

          
          

          - *(string) --* 
      
        

        - **browserPolicy** *(string) --* 

          A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

          
        

        - **customerManagedKey** *(string) --* 

          The customer managed key used to encrypt sensitive information in the browser settings.

          
        

        - **additionalEncryptionContext** *(dict) --* 

          The additional encryption context of the browser settings.

          
          

          - *(string) --* 
            

            - *(string) --* 
      
    
        

        - **webContentFilteringPolicy** *(dict) --* 

          The policy that specifies which URLs end users are allowed to access or which URLs or domain categories they are restricted from accessing for enhanced security.

          
          

          - **blockedCategories** *(list) --* 

            Categories of websites that are blocked on the end user’s browsers.

            
            

            - *(string) --* 
        
          

          - **allowedUrls** *(list) --* 

            URLs and domains that are always accessible to end users.

            
            

            - *(string) --* 
        
          

          - **blockedUrls** *(list) --* 

            URLs and domains that end users cannot access.

            
            

            - *(string) --* 
        
      
    
  
  **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`

  