Learn R Programming

paws.storage (version 0.1.9)

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 the service has a value set to true, AWS Backup attempts to protect that service\'s resources in this Region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup does not attempt to protect that service\'s resources in this Region.

Usage

backup_update_region_settings(ResourceTypeOptInPreference)

Arguments

ResourceTypeOptInPreference

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

Request syntax

svc$update_region_settings(
  ResourceTypeOptInPreference = list(
    TRUE|FALSE
  )
)