Class: AmazonSimpleDBDomainRule
- Inherits:
 - 
      ResourceBaseRule
      
        
- Object
 - BaseRule
 - ResourceBaseRule
 - AmazonSimpleDBDomainRule
 
 
- Defined in:
 - lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb
 
Instance Method Summary collapse
Methods inherited from ResourceBaseRule
Methods inherited from BaseRule
Instance Method Details
#resource_type ⇒ Object
      19 20 21  | 
    
      # File 'lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb', line 19 def resource_type 'AWS::SDB::Domain' end  | 
  
#rule_id ⇒ Object
      15 16 17  | 
    
      # File 'lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb', line 15 def rule_id 'F77' end  | 
  
#rule_text ⇒ Object
      7 8 9  | 
    
      # File 'lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb', line 7 def rule_text 'SimpleDB Domain should not be a declared resource' end  | 
  
#rule_type ⇒ Object
      11 12 13  | 
    
      # File 'lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb', line 11 def rule_type Violation::FAILING_VIOLATION end  |