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

MaximumExecutionFrequency

import type { MaximumExecutionFrequency } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";
type MaximumExecutionFrequency =
| "One_Hour"
| "Three_Hours"
| "Six_Hours"
| "Twelve_Hours"
| "TwentyFour_Hours"

§Type

§
"One_Hour" | "Three_Hours" | "Six_Hours" | "Twelve_Hours" | "TwentyFour_Hours" | cmnP.UnexpectedEnumValue
[src]