Learn R Programming

paws.storage (version 0.1.12)

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, AWS 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, AWS 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.

Usage

backup_update_region_settings(ResourceTypeOptInPreference)

Value

An empty list.

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
  )
)