codepipeline:GetThirdPartyJobDetails

Read

codepipeline:GetThirdPartyJobDetails is a Read access-level action in the codepipeline service. Grants permission to view the details of a job for a third-party action (partner actions only)

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows codepipeline:GetThirdPartyJobDetails. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowCodepipelineGetThirdPartyJobDetails",
      "Effect": "Allow",
      "Action": "codepipeline:GetThirdPartyJobDetails",
      "Resource": "*"
    }
  ]
}

Related actions in codepipeline

View all codepipeline actions →