Skip to content

GetJobDetails

Source: src/AWS/CodePipeline/GetJobDetails.ts

Runtime binding for codepipeline:GetJobDetails — fetches the details of a job handed to a custom/Invoke action, including input artifacts and the temporary artifact-store credentials (returned as Redacted values).

CodePipeline job operations do not support resource-level permissions, so the grant is on *. The binding takes no resource — the job id arrives with the invocation event.

const getJobDetails = yield* AWS.CodePipeline.GetJobDetails();
const { jobDetails } = yield* getJobDetails({ jobId });