Skip to content

UpdateRevealConfiguration

Source: src/AWS/Macie2/UpdateRevealConfiguration.ts

Runtime binding for macie2:UpdateRevealConfiguration.

Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.UpdateRevealConfigurationHttp).

// init — account-level binding, no resource argument
const updateRevealConfiguration = yield* AWS.Macie2.UpdateRevealConfiguration();
// runtime
yield* updateRevealConfiguration({
configuration: { status: "ENABLED" },
});