Describe Region Settings
backup_describe_region_settings | R Documentation |
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, 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.
Usage¶
Value¶
A list with the following syntax:
list(
ResourceTypeOptInPreference = list(
TRUE|FALSE
),
ResourceTypeManagementPreference = list(
TRUE|FALSE
)
)