翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWSCodeStarNotificationsServiceRolePolicy
説明: ユーザーに代わって Amazon CloudWatch Events にアクセスするための AWS CodeStar Notifications を許可します
AWSCodeStarNotificationsServiceRolePolicy
は AWS マネージドポリシーです。
このポリシーを使用すると
このポリシーは、ユーザーに代わってサービスがアクションを実行することを許可する、サービスリンクロールにアタッチされます。ユーザー、グループおよびロールにこのポリシーはアタッチできません。
ポリシーの詳細
-
タイプ: サービスリンクロールポリシー
-
作成日時: 2019 年 11 月 5 日 16:10 UTC
-
編集日時: 2020 年 3 月 19 日 16:01 UTC
-
ARN:
arn:aws:iam::aws:policy/aws-service-role/AWSCodeStarNotificationsServiceRolePolicy
ポリシーのバージョン
ポリシーのバージョン: v4 (デフォルト)
ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを決定します。
JSON ポリシードキュメント
{
"Version" : "2012-10-17",
"Statement" : [
{
"Action" : [
"events:PutTargets",
"events:PutRule",
"events:DescribeRule"
],
"Resource" : "arn:aws:events:*:*:rule/awscodestarnotifications-*",
"Effect" : "Allow"
},
{
"Action" : [
"sns:CreateTopic"
],
"Resource" : "arn:aws:sns:*:*:CodeStarNotifications-*",
"Effect" : "Allow"
},
{
"Action" : [
"codecommit:GetCommentsForPullRequest",
"codecommit:GetCommentsForComparedCommit",
"chatbot:DescribeSlackChannelConfigurations",
"chatbot:UpdateSlackChannelConfiguration",
"codecommit:GetDifferences",
"codepipeline:ListActionExecutions"
],
"Resource" : "*",
"Effect" : "Allow"
},
{
"Action" : [
"codecommit:GetFile"
],
"Resource" : "*",
"Condition" : {
"StringNotEquals" : {
"aws:ResourceTag/ExcludeFileContentFromNotifications" : "true"
}
},
"Effect" : "Allow"
}
]
}