WorkSpacesWeb / Client / associate_browser_settings
associate_browser_settings#
- WorkSpacesWeb.Client.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' ) - Parameters:
- browserSettingsArn (string) – - [REQUIRED] - The ARN of the browser settings. 
- portalArn (string) – - [REQUIRED] - The ARN of the web portal. 
 
- Return type:
- dict 
- Returns:
- 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.InternalServerException
- WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
- WorkSpacesWeb.Client.exceptions.AccessDeniedException
- WorkSpacesWeb.Client.exceptions.ThrottlingException
- WorkSpacesWeb.Client.exceptions.ValidationException
- WorkSpacesWeb.Client.exceptions.ConflictException