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).
Custom Data Identifiers & Lists
Section titled “Custom Data Identifiers & Lists”// init — account-level binding, no resource argumentconst listCustomDataIdentifiers = yield* AWS.Macie2.ListCustomDataIdentifiers();
// runtimeconst { items } = yield* listCustomDataIdentifiers();