Class: RDSDBClusterMasterUserPasswordRule
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/RDSDBClusterMasterUserPasswordRule.rb', line 24
def password_property
:masterUserPassword
end
|
#resource_type ⇒ Object
20
21
22
|
# File 'lib/cfn-nag/custom_rules/RDSDBClusterMasterUserPasswordRule.rb', line 20
def resource_type
'AWS::RDS::DBCluster'
end
|
#rule_id ⇒ Object
16
17
18
|
# File 'lib/cfn-nag/custom_rules/RDSDBClusterMasterUserPasswordRule.rb', line 16
def rule_id
'F34'
end
|
#rule_text ⇒ Object
7
8
9
10
|
# File 'lib/cfn-nag/custom_rules/RDSDBClusterMasterUserPasswordRule.rb', line 7
def rule_text
'RDS DB Cluster master user password must not be a plaintext string ' \
'or a Ref to a NoEcho Parameter with a Default value.'
end
|
#rule_type ⇒ Object
12
13
14
|
# File 'lib/cfn-nag/custom_rules/RDSDBClusterMasterUserPasswordRule.rb', line 12
def rule_type
Violation::FAILING_VIOLATION
end
|