AWSCodeBuildDeveloperAccess
Description: Provides access to AWS CodeBuild via the AWS Management Console, but does not allow CodeBuild project administration. Also attach AmazonS3ReadOnlyAccess to provide access to download build artifacts.
AWSCodeBuildDeveloperAccess
is an AWS managed policy.
Using this policy
You can attach AWSCodeBuildDeveloperAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: December 01, 2016, 19:02 UTC
-
Edited time: May 02, 2024, 01:36 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSCodeBuildDeveloperAccess
Policy version
Policy version: v15 (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
{ "Statement" : [ { "Sid" : "AWSServicesAccess", "Action" : [ "codebuild:StartBuild", "codebuild:StopBuild", "codebuild:StartBuildBatch", "codebuild:StopBuildBatch", "codebuild:RetryBuild", "codebuild:RetryBuildBatch", "codebuild:BatchGet*", "codebuild:GetResourcePolicy", "codebuild:DescribeTestCases", "codebuild:DescribeCodeCoverages", "codebuild:List*", "codecommit:GetBranch", "codecommit:GetCommit", "codecommit:GetRepository", "codecommit:ListBranches", "cloudwatch:GetMetricStatistics", "events:DescribeRule", "events:ListTargetsByRule", "events:ListRuleNamesByTarget", "logs:GetLogEvents", "s3:GetBucketLocation", "s3:ListAllMyBuckets" ], "Effect" : "Allow", "Resource" : "*" }, { "Sid" : "SSMParameterWriteAccess", "Effect" : "Allow", "Action" : [ "ssm:PutParameter" ], "Resource" : "arn:aws:ssm:*:*:parameter/CodeBuild/*" }, { "Sid" : "SSMStartSessionAccess", "Effect" : "Allow", "Action" : [ "ssm:StartSession" ], "Resource" : "arn:aws:ecs:*:*:task/*/*" }, { "Sid" : "CodeStarConnectionsUserAccess", "Effect" : "Allow", "Action" : [ "codestar-connections:ListConnections", "codestar-connections:GetConnection" ], "Resource" : [ "arn:aws:codestar-connections:*:*:connection/*", "arn:aws:codeconnections:*:*:connection/*" ] }, { "Sid" : "CodeStarNotificationsReadWriteAccess", "Effect" : "Allow", "Action" : [ "codestar-notifications:CreateNotificationRule", "codestar-notifications:DescribeNotificationRule", "codestar-notifications:UpdateNotificationRule", "codestar-notifications:Subscribe", "codestar-notifications:Unsubscribe" ], "Resource" : "*", "Condition" : { "StringLike" : { "codestar-notifications:NotificationsForResource" : "arn:aws:codebuild:*" } } }, { "Sid" : "CodeStarNotificationsListAccess", "Effect" : "Allow", "Action" : [ "codestar-notifications:ListNotificationRules", "codestar-notifications:ListEventTypes", "codestar-notifications:ListTargets", "codestar-notifications:ListTagsforResource" ], "Resource" : "*" }, { "Sid" : "SNSTopicListAccess", "Effect" : "Allow", "Action" : [ "sns:ListTopics", "sns:GetTopicAttributes" ], "Resource" : "*" }, { "Sid" : "CodeStarNotificationsChatbotAccess", "Effect" : "Allow", "Action" : [ "chatbot:DescribeSlackChannelConfigurations", "chatbot:ListMicrosoftTeamsChannelConfigurations" ], "Resource" : "*" } ], "Version" : "2012-10-17" }