WorkSpacesWeb / Client / get_browser_settings

get_browser_settings#

WorkSpacesWeb.Client.get_browser_settings(**kwargs)#

Gets browser settings.

See also: AWS API Documentation

Request Syntax

response = client.get_browser_settings(
    browserSettingsArn='string'
)
Parameters:

browserSettingsArn (string) –

[REQUIRED]

The ARN of the browser settings.

Return type:

dict

Returns:

Response Syntax

{
    'browserSettings': {
        'additionalEncryptionContext': {
            'string': 'string'
        },
        'associatedPortalArns': [
            'string',
        ],
        'browserPolicy': 'string',
        'browserSettingsArn': 'string',
        'customerManagedKey': 'string'
    }
}

Response Structure

  • (dict) –

    • browserSettings (dict) –

      The browser settings.

      • additionalEncryptionContext (dict) –

        The additional encryption context of the browser settings.

        • (string) –

          • (string) –

      • 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.

      • browserSettingsArn (string) –

        The ARN of the browser settings.

      • customerManagedKey (string) –

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

Exceptions

  • WorkSpacesWeb.Client.exceptions.InternalServerException

  • WorkSpacesWeb.Client.exceptions.ResourceNotFoundException

  • WorkSpacesWeb.Client.exceptions.AccessDeniedException

  • WorkSpacesWeb.Client.exceptions.ThrottlingException

  • WorkSpacesWeb.Client.exceptions.ValidationException