Class: AmplifyAppAccessTokenRule
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/AmplifyAppAccessTokenRule.rb', line 24
def password_property
:accessToken
end
|
#resource_type ⇒ Object
20
21
22
|
# File 'lib/cfn-nag/custom_rules/AmplifyAppAccessTokenRule.rb', line 20
def resource_type
'AWS::Amplify::App'
end
|
#rule_id ⇒ Object
16
17
18
|
# File 'lib/cfn-nag/custom_rules/AmplifyAppAccessTokenRule.rb', line 16
def rule_id
'F41'
end
|
#rule_text ⇒ Object
7
8
9
10
|
# File 'lib/cfn-nag/custom_rules/AmplifyAppAccessTokenRule.rb', line 7
def rule_text
'Amplify App AccessToken must not be a plaintext string ' \
'or a Ref to a NoEcho Parameter with a Default value.'
end
|