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( portalArn='string', browserSettingsArn='string' ) - Parameters:
- portalArn (string) – - [REQUIRED] - The ARN of the web portal. 
- browserSettingsArn (string) – - [REQUIRED] - The ARN of the browser settings. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'portalArn': 'string', 'browserSettingsArn': 'string' } - Response Structure- (dict) – - portalArn (string) – - The ARN of the web portal. 
- browserSettingsArn (string) – - The ARN of the browser settings. 
 
 
 - Exceptions