Class: DMSEndpointPasswordRule
Instance Method Summary
collapse
#audit_impl, #sub_property_name
Methods inherited from BaseRule
#audit, #audit_impl
Instance Method Details
#password_property ⇒ Object
24
25
26
|
# File 'lib/cfn-nag/custom_rules/DMSEndpointPasswordRule.rb', line 24
def password_property
:password
end
|
#resource_type ⇒ Object
20
21
22
|
# File 'lib/cfn-nag/custom_rules/DMSEndpointPasswordRule.rb', line 20
def resource_type
'AWS::DMS::Endpoint'
end
|
#rule_id ⇒ Object
16
17
18
|
# File 'lib/cfn-nag/custom_rules/DMSEndpointPasswordRule.rb', line 16
def rule_id
'F37'
end
|
#rule_text ⇒ Object
7
8
9
10
|
# File 'lib/cfn-nag/custom_rules/DMSEndpointPasswordRule.rb', line 7
def rule_text
'DMS Endpoint password must not be a plaintext string ' \
'or a Ref to a NoEcho Parameter with a Default value.'
end
|