associate_browser_settings(**kwargs)¶Associates a browser settings resource with a web portal.
See also: AWS API Documentation
Request Syntax
response = client.associate_browser_settings(
browserSettingsArn='string',
portalArn='string'
)
[REQUIRED]
The ARN of the browser settings.
[REQUIRED]
The ARN of the web portal.
dict
Response Syntax
{
'browserSettingsArn': 'string',
'portalArn': 'string'
}
Response Structure
(dict) --
browserSettingsArn (string) --
The ARN of the browser settings.
portalArn (string) --
The ARN of the web portal.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerExceptionWorkSpacesWeb.Client.exceptions.ResourceNotFoundExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationExceptionWorkSpacesWeb.Client.exceptions.ConflictException