Backup / Client / describe_global_settings
describe_global_settings¶
- Backup.Client.describe_global_settings()¶
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-2See also: AWS API Documentation
Request Syntax
response = client.describe_global_settings()
- Return type:
dict
- Returns:
Response Syntax
{ 'GlobalSettings': { 'string': 'string' }, 'LastUpdateTime': datetime(2015, 1, 1) }
Response Structure
(dict) –
GlobalSettings (dict) –
The status of the flags
isCrossAccountBackupEnabled,isMpaEnabled(‘Mpa’ refers to multi-party approval), andisDelegatedAdministratorEnabled.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.
(string) –
(string) –
LastUpdateTime (datetime) –
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
LastUpdateTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Exceptions
Backup.Client.exceptions.InvalidRequestExceptionBackup.Client.exceptions.ServiceUnavailableException