Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnableMacieRequest

import type { EnableMacieRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface EnableMacieRequest {
clientToken?: string | null;
findingPublishingFrequency?: FindingPublishingFrequency | null;
status?: MacieStatus | null;
}

§Properties

§
clientToken?: string | null
[src]

A unique, case-sensitive token that you provide to ensure the idempotency of the request.

§
findingPublishingFrequency?: FindingPublishingFrequency | null
[src]

Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

§
status?: MacieStatus | null
[src]

Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.