Update Global Settings
backup_update_global_settings | R Documentation |
Updates whether the Amazon Web Services account is opted in to cross-account backup¶
Description¶
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 describe_global_settings
API
to determine the current settings.
Usage¶
backup_update_global_settings(GlobalSettings)
Arguments¶
GlobalSettings |
A value for |
Value¶
An empty list.
Request syntax¶
svc$update_global_settings(
GlobalSettings = list(
"string"
)
)