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

ScanFrequency

import type { ScanFrequency } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";
type ScanFrequency =
| "SCAN_ON_PUSH"
| "CONTINUOUS_SCAN"
| "MANUAL"

§Type

§
"SCAN_ON_PUSH" | "CONTINUOUS_SCAN" | "MANUAL" | cmnP.UnexpectedEnumValue
[src]