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

Rule

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

A rule.

interface Rule {
detectorId: string;
ruleId: string;
ruleVersion: string;
}

§Properties

§
detectorId: string
[src]

The detector for which the rule is associated.

§
ruleId: string
[src]

The rule ID.

§
ruleVersion: string
[src]

The rule version.