Skip to content

ListPiiEntitiesDetectionJobs

Source: src/AWS/Comprehend/ListPiiEntitiesDetectionJobs.ts

Runtime binding for comprehend:ListPiiEntitiesDetectionJobs — list the account’s asynchronous PII entity 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 listPiiEntitiesDetectionJobs = yield* AWS.Comprehend.ListPiiEntitiesDetectionJobs();
// runtime
const page = yield* listPiiEntitiesDetectionJobs({
Filter: { JobStatus: "IN_PROGRESS" },
MaxResults: 25,
});
// page.PiiEntitiesDetectionJobPropertiesList