Learn R Programming

paws.storage (version 0.4.0)

backup_update_region_settings: 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.