Skip to content

Update Global Settings

backup_update_global_settings R Documentation

Updates whether the Amazon Web Services account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator

Description

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 describe_global_settings API to determine the current settings.

Usage

backup_update_global_settings(GlobalSettings)

Arguments

GlobalSettings

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⁠.

Value

An empty list.

Request syntax

svc$update_global_settings(
  GlobalSettings = list(
    "string"
  )
)