AWSCodeDeployReadOnlyAccess - AWS Managed Policy

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: April 02, 2020, 16:20 UTC

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

Policy version

Policy version: v3 (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" : { "StringLike" : { "codestar-notifications:NotificationsForResource" : "arn:aws:codedeploy:*" } } }, { "Sid" : "CodeStarNotificationsListAccess", "Effect" : "Allow", "Action" : [ "codestar-notifications:ListNotificationRules", "codestar-notifications:ListEventTypes", "codestar-notifications:ListTargets" ], "Resource" : "*" } ] }

Learn more