AWS cli documentation change
Summary
Updated command description and output documentation to include new cross-account management options: cross-account backup, multi-party approval, and delegated administrator features
Security assessment
This change adds documentation for new security and governance features (cross-account backup, multi-party approval, delegated administrator) but does not indicate it's addressing a specific security vulnerability. The changes enhance documentation of security controls but are not reactive to a security incident.
Diff
diff --git a/cli/latest/reference/backup/describe-global-settings.md b/cli/latest/reference/backup/describe-global-settings.md index 3cb1164f0..ba3baf263 100644 --- a//cli/latest/reference/backup/describe-global-settings.md +++ b//cli/latest/reference/backup/describe-global-settings.md @@ -15 +15 @@ - * [AWS CLI 2.34.12 Command Reference](../../index.html) » + * [AWS CLI 2.34.14 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Describes whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not a member of an Organizations organization. Example: `describe-global-settings --region us-west-2` +Describes whether the Amazon Web Services 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 a member of an Organizations organization. Example: `describe-global-settings --region us-west-2` @@ -207,0 +208,6 @@ GlobalSettings -> (map) +> +> * `isCrossAccountBackupEnabled` : Allow accounts in your organization to copy backups to other accounts. +> * `isMpaEnabled` : Add cross-account access to your organization with the option to assign a Multi-party approval team to a logically air-gapped vault. +> * `isDelegatedAdministratorEnabled` : Allow Backup to automatically synchronize delegated administrator permissions with Organizations. +> + @@ -215 +221 @@ LastUpdateTime -> (timestamp) -> The date and time that the flag `isCrossAccountBackupEnabled` was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of `LastUpdateTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. +> The date and time that the supported flags were last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of `LastUpdateTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM. @@ -227 +233 @@ LastUpdateTime -> (timestamp) - * [AWS CLI 2.34.12 Command Reference](../../index.html) » + * [AWS CLI 2.34.14 Command Reference](../../index.html) »