Skip to content

ListDataLakeExceptions

Source: src/AWS/SecurityLake/ListDataLakeExceptions.ts

Runtime binding for securitylake:ListDataLakeExceptions.

Enumerates the Security Lake exceptions (per-Region failures with remediation hints) so a monitoring Function can surface or alert on collection problems. Bind the account’s DataLake. Provide the implementation with Effect.provide(AWS.SecurityLake.ListDataLakeExceptionsHttp).

// init
const listExceptions = yield* AWS.SecurityLake.ListDataLakeExceptions(lake);
// runtime
const { exceptions } = yield* listExceptions();