Backup / Client / describe_region_settings
describe_region_settings#
- Backup.Client.describe_region_settings()#
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.
See also: AWS API Documentation
Request Syntax
response = client.describe_region_settings()
- Return type:
dict
- Returns:
Response Syntax
{ 'ResourceTypeOptInPreference': { 'string': True|False }, 'ResourceTypeManagementPreference': { 'string': True|False } }
Response Structure
(dict) –
ResourceTypeOptInPreference (dict) –
Returns a list of all services along with the opt-in preferences in the Region.
(string) –
(boolean) –
ResourceTypeManagementPreference (dict) –
Returns whether Backup fully manages the backups for a resource type.
For the benefits of full Backup management, see Full Backup management.
For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.
If
"DynamoDB":false
, you can enable full Backup management for DynamoDB backup by enabling Backup’s advanced DynamoDB backup features.(string) –
(boolean) –
Exceptions
Backup.Client.exceptions.ServiceUnavailableException