Class: IamPolicyPassRoleWildcardResourceRule
Constant Summary
PassRoleBaseRule::IAM_ACTION_PATTERNS
Instance Method Summary
collapse
#audit_impl
Methods inherited from BaseRule
#audit, #audit_impl
Instance Method Details
#policy_type ⇒ Object
19
20
21
|
# File 'lib/cfn-nag/custom_rules/IamPolicyPassRoleWildcardResourceRule.rb', line 19
def policy_type
'AWS::IAM::Policy'
end
|
#rule_id ⇒ Object
15
16
17
|
# File 'lib/cfn-nag/custom_rules/IamPolicyPassRoleWildcardResourceRule.rb', line 15
def rule_id
'F39'
end
|
#rule_text ⇒ Object
7
8
9
|
# File 'lib/cfn-nag/custom_rules/IamPolicyPassRoleWildcardResourceRule.rb', line 7
def rule_text
'IAM policy should not allow * resource with PassRole action'
end
|
#rule_type ⇒ Object
11
12
13
|
# File 'lib/cfn-nag/custom_rules/IamPolicyPassRoleWildcardResourceRule.rb', line 11
def rule_type
Violation::FAILING_VIOLATION
end
|