get_browser_settings
(**kwargs)¶Gets browser settings.
See also: AWS API Documentation
Request Syntax
response = client.get_browser_settings(
browserSettingsArn='string'
)
[REQUIRED]
The ARN of the browser settings.
{
'browserSettings': {
'associatedPortalArns': [
'string',
],
'browserPolicy': 'string',
'browserSettingsArn': 'string'
}
}
Response Structure
The browser settings.
A list of web portal ARNs that this browser settings is associated with.
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
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