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