Learn R Programming

paws.storage (version 0.1.12)

backup_describe_region_settings: Returns the current service opt-in settings for the Region

Description

Returns 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, AWS Backup does not try to protect that service's resources in this Region.

Usage

backup_describe_region_settings()

Arguments

Value

A list with the following syntax:

list(
  ResourceTypeOptInPreference = list(
    TRUE|FALSE
  )
)

Request syntax

svc$describe_region_settings()