Skip to content

GetClassificationScope

Source: src/AWS/Macie2/GetClassificationScope.ts

Runtime binding for macie2:GetClassificationScope.

Retrieves the classification scope settings for an account. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.GetClassificationScopeHttp).

// init — account-level binding, no resource argument
const getClassificationScope = yield* AWS.Macie2.GetClassificationScope();
// runtime
const scope = yield* getClassificationScope({ id: scopeId });