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()
{
'ResourceTypeOptInPreference': {
'string': True|False
},
'ResourceTypeManagementPreference': {
'string': True|False
}
}
Response Structure
Returns a list of all services along with the opt-in preferences in the Region.
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.
Exceptions
Backup.Client.exceptions.ServiceUnavailableException