Class: Aws::Backup::Types::UpdateRegionSettingsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Backup::Types::UpdateRegionSettingsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-backup/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_type_management_preference  ⇒ Hash<String,Boolean> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enables or disables full Backup management of backups for a resource type.
 - 
  
    
      #resource_type_opt_in_preference  ⇒ Hash<String,Boolean> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Updates the list of services along with the opt-in preferences for the Region.
 
Instance Attribute Details
#resource_type_management_preference ⇒ Hash<String,Boolean>
Enables or disables full Backup management of backups for a resource type. To enable full Backup management for DynamoDB along with [ Backup’s advanced DynamoDB backup features], follow the procedure to [ enable advanced DynamoDB backup programmatically].
[1]: docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html [2]: docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html#advanced-ddb-backup-enable-cli
      8681 8682 8683 8684 8685 8686  | 
    
      # File 'lib/aws-sdk-backup/types.rb', line 8681 class UpdateRegionSettingsInput < Struct.new( :resource_type_opt_in_preference, :resource_type_management_preference) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type_opt_in_preference ⇒ Hash<String,Boolean>
Updates the list of services along with the opt-in preferences for the Region.
If resource assignments are only based on tags, then service opt-in settings are applied. If a resource type is explicitly assigned to a backup plan, such as Amazon S3, Amazon EC2, or Amazon RDS, it will be included in the backup even if the opt-in is not enabled for that particular service. If both a resource type and tags are specified in a resource assignment, the resource type specified in the backup plan takes priority over the tag condition. Service opt-in settings are disregarded in this situation.
      8681 8682 8683 8684 8685 8686  | 
    
      # File 'lib/aws-sdk-backup/types.rb', line 8681 class UpdateRegionSettingsInput < Struct.new( :resource_type_opt_in_preference, :resource_type_management_preference) SENSITIVE = [] include Aws::Structure end  |