Uses of Class
org.sonar.python.checks.cdk.PolicyStatement
-
Packages that use PolicyStatement Package Description org.sonar.python.checks.cdk -
-
Uses of PolicyStatement in org.sonar.python.checks.cdk
Methods in org.sonar.python.checks.cdk that return PolicyStatement Modifier and Type Method Description static PolicyStatementPolicyStatement. build(SubscriptionContext ctx, CallExpression call)static PolicyStatementPolicyStatement. build(SubscriptionContext ctx, DictionaryLiteral json)Methods in org.sonar.python.checks.cdk with parameters of type PolicyStatement Modifier and Type Method Description protected abstract voidAbstractIamPolicyStatementCheck. checkAllowingPolicyStatement(PolicyStatement policyStatement)protected voidIamPolicyPublicAccessCheck. checkAllowingPolicyStatement(PolicyStatement policyStatement)protected voidIamPrivilegeEscalationCheck. checkAllowingPolicyStatement(PolicyStatement policyStatement)protected voidPrivilegePolicyCheck. checkAllowingPolicyStatement(PolicyStatement policyStatement)protected voidResourceAccessPolicyCheck. checkAllowingPolicyStatement(PolicyStatement policyStatement)protected voidAbstractIamPolicyStatementCheck. checkPolicyStatement(PolicyStatement policyStatement)protected voidAbstractIamPolicyStatementCheck. checkPolicyStatementFromJson(PolicyStatement policyStatementFormJson)protected voidIamPolicyPublicAccessCheck. checkPolicyStatementFromJson(PolicyStatement policyStatement)
-