Skip to content

ListEventsDetectionJobs

Source: src/AWS/Comprehend/ListEventsDetectionJobs.ts

Runtime binding for comprehend:ListEventsDetectionJobs — list the account’s asynchronous event detection jobs, with optional status/name/time filters.

The binding takes no arguments and grants the action on * (job APIs have no resource-level IAM).

// init
const listEventsDetectionJobs = yield* AWS.Comprehend.ListEventsDetectionJobs();
// runtime
const page = yield* listEventsDetectionJobs({
Filter: { JobStatus: "IN_PROGRESS" },
MaxResults: 25,
});
// page.EventsDetectionJobPropertiesList