Backup / Client / update_global_settings

update_global_settings

Backup.Client.update_global_settings(**kwargs)

Updates 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 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'
    }
)
Parameters:

GlobalSettings (dict) –

Inputs can include:

A value for isCrossAccountBackupEnabled. Values can be true or false. Example: update-global-settings --global-settings isCrossAccountBackupEnabled=false.

A value for Multi-party approval, styled as isMpaEnabled. Values can be true or false. Example: update-global-settings --global-settings isMpaEnabled=false.

A value for Backup Service-Linked Role creation, styled as isDelegatedAdministratorEnabled. Values can be true or false. Example: update-global-settings --global-settings isDelegatedAdministratorEnabled=false.

  • (string) –

    • (string) –

Returns:

None

Exceptions

  • Backup.Client.exceptions.ServiceUnavailableException

  • Backup.Client.exceptions.MissingParameterValueException

  • Backup.Client.exceptions.InvalidParameterValueException

  • Backup.Client.exceptions.InvalidRequestException