AWS aws-backup documentation change
Summary
Updated description for cross-account management settings
Security assessment
Documents security features (cross-account backup, MPA) but shows no vulnerability fixes. Clarifies security control settings.
Diff
diff --git a/aws-backup/latest/devguide/API_UpdateGlobalSettings.md b/aws-backup/latest/devguide/API_UpdateGlobalSettings.md index 6f05c9281..355adae07 100644 --- a//aws-backup/latest/devguide/API_UpdateGlobalSettings.md +++ b//aws-backup/latest/devguide/API_UpdateGlobalSettings.md @@ -9 +9 @@ Request SyntaxURI Request ParametersRequest BodyResponse SyntaxResponse Elements -Updates whether the AWS account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the `DescribeGlobalSettings` API to determine the current settings. +Updates whether the AWS account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator. Returns an error if the account is not an Organizations management account. Use the `DescribeGlobalSettings` API to determine the current settings. @@ -38 +38 @@ A value for `isCrossAccountBackupEnabled` and a Region. Example: `update-global- -A value for Multi-party approval, styled as "Mpa": `isMpaEnabled`. Values can be true or false. Example: `update-global-settings --global-settings isMpaEnabled=false --region us-west-2`. +A value for Multi-party approval, styled as `isMpaEnabled`. Values can be true or false. Example: `update-global-settings --global-settings isMpaEnabled=false --region us-west-2`.