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

AllowDenyList

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

The metadata of a list.

interface AllowDenyList {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
name: string;
updatedTime?: string | null;
variableType?: string | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the list.

§
createdTime?: string | null
[src]

The time the list was created.

§
description?: string | null
[src]

The description of the list.

§
name: string
[src]

The name of the list.

§
updatedTime?: string | null
[src]

The time the list was last updated.

§
variableType?: string | null
[src]

The variable type of the list.