:doc:`Backup <../../backup>` / Client / update_global_settings

**********************
update_global_settings
**********************



.. py:method:: Backup.Client.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 <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateGlobalSettings>`_  


  **Request Syntax**
  ::

    response = client.update_global_settings(
        GlobalSettings={
            'string': 'string'
        }
    )
    
  :type GlobalSettings: dict
  :param GlobalSettings: 

    Inputs can include:

     

    A value for ``isCrossAccountBackupEnabled`` and a Region. Example: ``update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2``.

     

    A value for Multi-party approval, styled as "Mpa": ``isMpaEnabled``. Values can be true or false. Example: ``update-global-settings --global-settings isMpaEnabled=false --region us-west-2``.

     

    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 --region us-west-2``.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Backup.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Backup.Client.exceptions.MissingParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.InvalidRequestException`

  