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': { 'associatedPortalArns': [ 'string', ], 'browserPolicy': 'string', 'browserSettingsArn': 'string' } } - Response Structure- (dict) – - browserSettings (dict) – - 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. 
- browserSettingsArn (string) – - The ARN of the browser settings. 
 
 
 
 - Exceptions- WorkSpacesWeb.Client.exceptions.InternalServerException
- WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
- WorkSpacesWeb.Client.exceptions.AccessDeniedException
- WorkSpacesWeb.Client.exceptions.ThrottlingException
- WorkSpacesWeb.Client.exceptions.ValidationException