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

ScanCriterionKey

import type { ScanCriterionKey } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

An enum value representing possible resource properties to match with given scan condition.

type ScanCriterionKey = "EC2_INSTANCE_TAG" | cmnP.UnexpectedEnumValue;

§Type

§
"EC2_INSTANCE_TAG" | cmnP.UnexpectedEnumValue
[src]