翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWSCodeBuildDeveloperAccess
説明: 経由で AWS CodeBuild へのアクセスを提供しますが AWS Management Console、CodeBuild プロジェクト管理は許可しません。また、AmazonS3ReadOnlyAccess をアタッチして、ビルドアーティファクトをダウンロードできるようにします。
AWSCodeBuildDeveloperAccess
は AWS マネージドポリシーです。
このポリシーを使用すると
ユーザー、グループおよびロールに AWSCodeBuildDeveloperAccess
をアタッチできます。
ポリシーの詳細
-
タイプ: AWS 管理ポリシー
-
作成日時: 2016 年 12 月 1 日 19:02 UTC
-
編集日時: 2024 年 12 月 16 日 20:07 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSCodeBuildDeveloperAccess
ポリシーのバージョン
ポリシーのバージョン: v16 (デフォルト)
ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを決定します。
JSON ポリシードキュメント
{
"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" : {
"ArnLike" : {
"codestar-notifications:NotificationsForResource" : "arn:aws:codebuild:*:*:project/*"
}
}
},
{
"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"
}