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': { 'browserSettingsArn': 'string', 'associatedPortalArns': [ 'string', ], 'browserPolicy': 'string', 'customerManagedKey': 'string', 'additionalEncryptionContext': { 'string': '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) – 
 
 
 
 
 
 - Exceptions