AmazonCodeGuruReviewerFullAccess - AWS Managed Policy

AmazonCodeGuruReviewerFullAccess

Description: Grants full access to Amazon CodeGuru Reviewer and scoped access to required dependencies.

AmazonCodeGuruReviewerFullAccess is an AWS managed policy.

Using this policy

You can attach AmazonCodeGuruReviewerFullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: December 03, 2019, 08:33 UTC

  • Edited time: August 29, 2020, 04:16 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonCodeGuruReviewerFullAccess

Policy version

Policy version: v3 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AmazonCodeGuruReviewerFullAccess", "Effect" : "Allow", "Action" : [ "codeguru-reviewer:*", "codeguru:*" ], "Resource" : "*" }, { "Sid" : "AmazonCodeGuruReviewerSLRCreation", "Action" : "iam:CreateServiceLinkedRole", "Effect" : "Allow", "Resource" : "arn:aws:iam::*:role/aws-service-role/codeguru-reviewer.amazonaws.com/AWSServiceRoleForAmazonCodeGuruReviewer", "Condition" : { "StringLike" : { "iam:AWSServiceName" : "codeguru-reviewer.amazonaws.com" } } }, { "Sid" : "AmazonCodeGuruReviewerSLRDeletion", "Effect" : "Allow", "Action" : [ "iam:DeleteServiceLinkedRole", "iam:GetServiceLinkedRoleDeletionStatus" ], "Resource" : "arn:aws:iam::*:role/aws-service-role/codeguru-reviewer.amazonaws.com/AWSServiceRoleForAmazonCodeGuruReviewer" }, { "Sid" : "CodeCommitAccess", "Effect" : "Allow", "Action" : [ "codecommit:ListRepositories" ], "Resource" : "*" }, { "Sid" : "CodeCommitTagManagement", "Effect" : "Allow", "Action" : [ "codecommit:TagResource", "codecommit:UntagResource" ], "Resource" : "*", "Condition" : { "ForAllValues:StringEquals" : { "aws:TagKeys" : "codeguru-reviewer" } } }, { "Sid" : "CodeConnectTagManagement", "Effect" : "Allow", "Action" : [ "codestar-connections:TagResource", "codestar-connections:UntagResource", "codestar-connections:ListTagsForResource" ], "Resource" : "*", "Condition" : { "ForAllValues:StringEquals" : { "aws:TagKeys" : "codeguru-reviewer" } } }, { "Sid" : "CodeConnectManagedRules", "Effect" : "Allow", "Action" : [ "codestar-connections:UseConnection", "codestar-connections:ListConnections", "codestar-connections:PassConnection" ], "Resource" : "*", "Condition" : { "ForAllValues:StringEquals" : { "codestar-connections:ProviderAction" : [ "ListRepositories", "ListOwners" ] } } }, { "Sid" : "CloudWatchEventsManagedRules", "Effect" : "Allow", "Action" : [ "events:PutRule", "events:PutTargets", "events:DeleteRule", "events:RemoveTargets" ], "Resource" : "*", "Condition" : { "StringEquals" : { "events:ManagedBy" : "codeguru-reviewer.amazonaws.com" } } } ] }

Learn more