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

ScanConditionPair

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

Represents key, value pair to be matched against given resource property.

interface ScanConditionPair {
Key: string;
Value?: string | null;
}

§Properties

§
Key: string
[src]

Represents key ** in the map condition.

§
Value?: string | null
[src]

Represents optional value ** in the map condition. If not specified, only key ** will be matched.