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).
Monitoring the data lake
Section titled “Monitoring the data lake”// initconst listExceptions = yield* AWS.SecurityLake.ListDataLakeExceptions(lake);
// runtimeconst { exceptions } = yield* listExceptions();