class EbsVolumeHasSseRule

Public Instance Methods

boolean_property() click to toggle source
# File lib/cfn-nag/custom_rules/EbsVolumeHasSseRule.rb, line 15
def boolean_property
  :encrypted
end
resource_type() click to toggle source
# File lib/cfn-nag/custom_rules/EbsVolumeHasSseRule.rb, line 11
def resource_type
  'AWS::EC2::Volume'
end
rule_id() click to toggle source
# File lib/cfn-nag/custom_rules/EbsVolumeHasSseRule.rb, line 23
def rule_id
  'F1'
end
rule_text() click to toggle source
# File lib/cfn-nag/custom_rules/EbsVolumeHasSseRule.rb, line 7
def rule_text
  'EBS volume should have server-side encryption enabled'
end
rule_type() click to toggle source
# File lib/cfn-nag/custom_rules/EbsVolumeHasSseRule.rb, line 19
def rule_type
  Violation::FAILING_VIOLATION
end