AWS aws-backup medium security documentation change
Summary
Added ScanSettings field to BackupPlan API documentation for malware scanning configuration
Security assessment
Introduces malware scanning configuration options in backup plans, directly enhancing security posture through proactive threat detection.
Diff
diff --git a/aws-backup/latest/devguide/API_BackupPlan.md b/aws-backup/latest/devguide/API_BackupPlan.md index a9e0a5d5c..b33dc7e5f 100644 --- a//aws-backup/latest/devguide/API_BackupPlan.md +++ b//aws-backup/latest/devguide/API_BackupPlan.md @@ -41,0 +42,9 @@ Required: No +**ScanSettings** + + +Contains your scanning configuration for the backup plan and includes the Malware scanner, your selected resources, and scanner role. + +Type: Array of [ScanSetting](./API_ScanSetting.html) objects + +Required: No +