Class: SqsQueueKmsMasterKeyIdRule

Inherits:
BooleanBaseRule show all
Defined in:
lib/cfn-nag/custom_rules/SqsQueueKmsMasterKeyIdRule.rb

Instance Method Summary collapse

Methods inherited from BooleanBaseRule

#audit_impl

Methods inherited from BaseRule

#audit, #audit_impl

Instance Method Details

#boolean_propertyObject



23
24
25
# File 'lib/cfn-nag/custom_rules/SqsQueueKmsMasterKeyIdRule.rb', line 23

def boolean_property
  :kmsMasterKeyId
end

#resource_typeObject



11
12
13
# File 'lib/cfn-nag/custom_rules/SqsQueueKmsMasterKeyIdRule.rb', line 11

def resource_type
  'AWS::SQS::Queue'
end

#rule_idObject



19
20
21
# File 'lib/cfn-nag/custom_rules/SqsQueueKmsMasterKeyIdRule.rb', line 19

def rule_id
  'W48'
end

#rule_textObject



7
8
9
# File 'lib/cfn-nag/custom_rules/SqsQueueKmsMasterKeyIdRule.rb', line 7

def rule_text
  'SQS Queue should specify KmsMasterKeyId property'
end

#rule_typeObject



15
16
17
# File 'lib/cfn-nag/custom_rules/SqsQueueKmsMasterKeyIdRule.rb', line 15

def rule_type
  Violation::WARNING
end