AWSCodeBuildReadOnlyAccess - AWS 受管政策

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

AWSCodeBuildReadOnlyAccess

描述:提供 AWS CodeBuild 透過的唯讀存取 AWS Management Console。還附加亞馬遜 S3 ReadOnlyAccess 以提供下載構建工件的訪問權限。

AWSCodeBuildReadOnlyAccessAWS 受管理的策略

使用此政策

您可以附加AWSCodeBuildReadOnlyAccess至您的使用者、群組和角色。

政策詳情

  • 類型: AWS 受管理的策略

  • 創建時間:二零一六年十二月一日, 19:03 世界標準時

  • 編輯時間:2024 年 5 月 2 日, 01:23 世界標準時間

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

政策版本

策略版本:v12(預設值)

原則的預設版本是定義原則權限的版本。當具有策略的使用者或角色發出要求以存取 AWS 資源時,請 AWS 檢查原則的預設版本,以決定是否允許該要求。

政策文件

{ "Statement" : [ { "Sid" : "AWSServicesAccess", "Action" : [ "codebuild:BatchGet*", "codebuild:GetResourcePolicy", "codebuild:List*", "codebuild:DescribeTestCases", "codebuild:DescribeCodeCoverages", "codecommit:GetBranch", "codecommit:GetCommit", "codecommit:GetRepository", "cloudwatch:GetMetricStatistics", "events:DescribeRule", "events:ListTargetsByRule", "events:ListRuleNamesByTarget", "logs:GetLogEvents" ], "Effect" : "Allow", "Resource" : "*" }, { "Sid" : "CodeStarConnectionsUserAccess", "Effect" : "Allow", "Action" : [ "codestar-connections:ListConnections", "codestar-connections:GetConnection" ], "Resource" : [ "arn:aws:codestar-connections:*:*:connection/*", "arn:aws:codeconnections:*:*:connection/*" ] }, { "Sid" : "CodeStarNotificationsPowerUserAccess", "Effect" : "Allow", "Action" : [ "codestar-notifications:DescribeNotificationRule" ], "Resource" : "*", "Condition" : { "StringLike" : { "codestar-notifications:NotificationsForResource" : "arn:aws:codebuild:*" } } }, { "Sid" : "CodeStarNotificationsListAccess", "Effect" : "Allow", "Action" : [ "codestar-notifications:ListNotificationRules", "codestar-notifications:ListEventTypes", "codestar-notifications:ListTargets" ], "Resource" : "*" } ], "Version" : "2012-10-17" }

進一步了解