backup_update_region_settings: Updates the current service opt-in settings for the Region

View source: R/backup_operations.R

backup_update_region_settingsR Documentation

Updates the current service opt-in settings for the Region

Description

Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region. Use the describe_region_settings API to determine the resource types that are supported.

See https://www.paws-r-sdk.com/docs/backup_update_region_settings/ for full documentation.

Usage

backup_update_region_settings(
  ResourceTypeOptInPreference = NULL,
  ResourceTypeManagementPreference = NULL
)

Arguments

ResourceTypeOptInPreference

Updates the list of services along with the opt-in preferences for the Region.

ResourceTypeManagementPreference

Enables or disables full Backup management of backups for a resource type. To enable full Backup management for DynamoDB along with Backup's advanced DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.