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

PutDetectorRequest

import type { PutDetectorRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface PutDetectorRequest {
description?: string | null;
detectorId: string;
eventTypeName: string;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

The description of the detector.

§
detectorId: string
[src]

The detector ID.

§
eventTypeName: string
[src]

The name of the event type.

§
tags?: Tag[] | null
[src]

A collection of key and value pairs.