Skip to content

ListCopyJobs

Source: src/AWS/Backup/ListCopyJobs.ts

Runtime binding for the ListCopyJobs operation (IAM action backup:ListCopyJobs).

Lists the account’s copy jobs, with optional filters (state, destination vault, resource type). Provide the implementation with Effect.provide(AWS.Backup.ListCopyJobsHttp).

const listCopyJobs = yield* AWS.Backup.ListCopyJobs();
const page = yield* listCopyJobs({ ByState: "RUNNING" });