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

FindingPublishingFrequency

import type { FindingPublishingFrequency } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

The frequency with which Amazon Macie publishes updates to policy findings for an account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events). For more information, see Monitoring and processing findings in the Amazon Macie User Guide. Valid values are:

type FindingPublishingFrequency =
| "FIFTEEN_MINUTES"
| "ONE_HOUR"
| "SIX_HOURS"

§Type

§
"FIFTEEN_MINUTES" | "ONE_HOUR" | "SIX_HOURS" | cmnP.UnexpectedEnumValue
[src]