class NeptuneDBClusterStorageEncryptedRule

Public Instance Methods

boolean_property() click to toggle source
# File lib/cfn-nag/custom_rules/NeptuneDBClusterStorageEncryptedRule.rb, line 23
def boolean_property
  :storageEncrypted
end
resource_type() click to toggle source
# File lib/cfn-nag/custom_rules/NeptuneDBClusterStorageEncryptedRule.rb, line 19
def resource_type
  'AWS::Neptune::DBCluster'
end
rule_id() click to toggle source
# File lib/cfn-nag/custom_rules/NeptuneDBClusterStorageEncryptedRule.rb, line 15
def rule_id
  'F30'
end
rule_text() click to toggle source
# File lib/cfn-nag/custom_rules/NeptuneDBClusterStorageEncryptedRule.rb, line 7
def rule_text
  'Neptune database cluster storage should have encryption enabled'
end
rule_type() click to toggle source
# File lib/cfn-nag/custom_rules/NeptuneDBClusterStorageEncryptedRule.rb, line 11
def rule_type
  Violation::FAILING_VIOLATION
end