:doc:`Backup <../../backup>` / Client / describe_region_settings

************************
describe_region_settings
************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRegionSettings>`_  


  **Request Syntax**
  ::

    response = client.describe_region_settings()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ResourceTypeOptInPreference': {
              'string': True|False
          },
          'ResourceTypeManagementPreference': {
              'string': True|False
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResourceTypeOptInPreference** *(dict) --* 

        The 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 <https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#full-management>`__.

         

        For a list of resource types and whether each supports full Backup management, see the `Feature availability by resource <https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource>`__ table.

         

        If ``"DynamoDB":false``, you can enable full Backup management for DynamoDB backup by enabling `Backup's advanced DynamoDB backup features <https://docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html#advanced-ddb-backup-enable-cli>`__.

        
        

        - *(string) --* 
          

          - *(boolean) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Backup.Client.exceptions.ServiceUnavailableException`

  