class SageMakerNotebookInstanceKmsKeyIdRule

Public Instance Methods

boolean_property() click to toggle source
# File lib/cfn-nag/custom_rules/SageMakerNotebookInstanceKmsKeyIdRule.rb, line 23
def boolean_property
  :kmsKeyId
end
resource_type() click to toggle source
# File lib/cfn-nag/custom_rules/SageMakerNotebookInstanceKmsKeyIdRule.rb, line 19
def resource_type
  'AWS::SageMaker::NotebookInstance'
end
rule_id() click to toggle source
# File lib/cfn-nag/custom_rules/SageMakerNotebookInstanceKmsKeyIdRule.rb, line 15
def rule_id
  'W1201'
end
rule_text() click to toggle source
# File lib/cfn-nag/custom_rules/SageMakerNotebookInstanceKmsKeyIdRule.rb, line 7
def rule_text
  'SageMaker NotebookInstance should have a KmsKeyId property set.'
end
rule_type() click to toggle source
# File lib/cfn-nag/custom_rules/SageMakerNotebookInstanceKmsKeyIdRule.rb, line 11
def rule_type
  Violation::WARNING
end