WorkSpacesWeb / Client / associate_network_settings
associate_network_settings¶
- WorkSpacesWeb.Client.associate_network_settings(**kwargs)¶
- Associates a network settings resource with a web portal. - See also: AWS API Documentation - Request Syntax- response = client.associate_network_settings( portalArn='string', networkSettingsArn='string' ) - Parameters:
- portalArn (string) – - [REQUIRED] - The ARN of the web portal. 
- networkSettingsArn (string) – - [REQUIRED] - The ARN of the network settings. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'portalArn': 'string', 'networkSettingsArn': 'string' } - Response Structure- (dict) – - portalArn (string) – - The ARN of the web portal. 
- networkSettingsArn (string) – - The ARN of the network settings. 
 
 
 - Exceptions