update_global_settings
(**kwargs)¶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 DescribeGlobalSettings
API to determine the current settings.
See also: AWS API Documentation
Request Syntax
response = client.update_global_settings(
GlobalSettings={
'string': 'string'
}
)
A value for isCrossAccountBackupEnabled
and a Region. Example: update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2
.
Exceptions
Backup.Client.exceptions.ServiceUnavailableException
Backup.Client.exceptions.MissingParameterValueException
Backup.Client.exceptions.InvalidParameterValueException
Backup.Client.exceptions.InvalidRequestException