Skip to content

ListCustomDataIdentifiers

Source: src/AWS/Macie2/ListCustomDataIdentifiers.ts

Runtime binding for macie2:ListCustomDataIdentifiers.

Retrieves a subset of information about the custom data identifiers for an account. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.ListCustomDataIdentifiersHttp).

// init — account-level binding, no resource argument
const listCustomDataIdentifiers = yield* AWS.Macie2.ListCustomDataIdentifiers();
// runtime
const { items } = yield* listCustomDataIdentifiers();