AWSCodeDeployReadOnlyAccess
Description: Provides read only access to CodeDeploy resources.
AWSCodeDeployReadOnlyAccess
is an AWS managed policy.
Using this policy
You can attach AWSCodeDeployReadOnlyAccess
to your users, groups, and roles.
Policy
details
-
Type: AWS managed policy
-
Creation time: May 19, 2015, 18:21 UTC
-
Edited time: December 16, 2024, 20:07 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSCodeDeployReadOnlyAccess
Policy version
Policy version: v4 (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" : [
{
"Action" : [
"codedeploy:Batch*",
"codedeploy:Get*",
"codedeploy:List*"
],
"Effect" : "Allow",
"Resource" : "*"
},
{
"Sid" : "CodeStarNotificationsPowerUserAccess",
"Effect" : "Allow",
"Action" : [
"codestar-notifications:DescribeNotificationRule"
],
"Resource" : "*",
"Condition" : {
"ArnLike" : {
"codestar-notifications:NotificationsForResource" : "arn:aws:codedeploy:*:*:application:*"
}
}
},
{
"Sid" : "CodeStarNotificationsListAccess",
"Effect" : "Allow",
"Action" : [
"codestar-notifications:ListNotificationRules",
"codestar-notifications:ListEventTypes",
"codestar-notifications:ListTargets"
],
"Resource" : "*"
}
]
}