class AmazonSimpleDBDomainRule
Public Instance Methods
resource_type()
click to toggle source
# File lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb, line 19 def resource_type 'AWS::SDB::Domain' end
rule_id()
click to toggle source
# File lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb, line 15 def rule_id 'F77' end
rule_text()
click to toggle source
# File lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb, line 7 def rule_text 'SimpleDB Domain should not be a declared resource' end
rule_type()
click to toggle source
# File lib/cfn-nag/custom_rules/AmazonSimpleDBDomainRule.rb, line 11 def rule_type Violation::FAILING_VIOLATION end