backup_update_global_settings: Updates the current global settings for the AWS Account
Description
Updates the current global settings for the AWS Account. Use the
describe_global_settings
API to
determine the current settings.
Usage
backup_update_global_settings(GlobalSettings)
Arguments
- GlobalSettings
A list of resources along with the opt-in preferences for the account.
Request syntax
svc$update_global_settings(
GlobalSettings = list(
"string"
)
)