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.

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.

If resource assignments are only based on tags, then service opt-in settings are applied. If a resource type is explicitly assigned to a backup plan, such as Amazon S3, Amazon EC2, or Amazon RDS, it will be included in the backup even if the opt-in is not enabled for that particular service. If both a resource type and tags are specified in a resource assignment, the resource type specified in the backup plan takes priority over the tag condition. Service opt-in settings are disregarded in this situation.

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 May 29, 2024, 2:03 a.m.