Updates whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the describe_global_settings
API to determine the current settings.
See https://paws-r.github.io/docs/backup/update_global_settings.html for full documentation.
backup_update_global_settings(GlobalSettings = NULL)
A value for isCrossAccountBackupEnabled
and a Region. Example:
update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2
.