BatchGetCustomDataIdentifiers
Source:
src/AWS/Macie2/BatchGetCustomDataIdentifiers.ts
Runtime binding for macie2:BatchGetCustomDataIdentifiers.
Retrieves information about one or more custom data identifiers.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.BatchGetCustomDataIdentifiersHttp).
Custom Data Identifiers & Lists
Section titled “Custom Data Identifiers & Lists”// init — account-level binding, no resource argumentconst batchGetCustomDataIdentifiers = yield* AWS.Macie2.BatchGetCustomDataIdentifiers();
// runtimeconst { customDataIdentifiers } = yield* batchGetCustomDataIdentifiers({ ids });