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

PutEventTypeRequest

import type { PutEventTypeRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface PutEventTypeRequest {
description?: string | null;
entityTypes: string[];
eventIngestion?: EventIngestion | null;
eventVariables: string[];
labels?: string[] | null;
name: string;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

The description of the event type.

§
entityTypes: string[]
[src]

The entity type for the event type. Example entity types: customer, merchant, account.

§
eventIngestion?: EventIngestion | null
[src]

Specifies if ingenstion is enabled or disabled.

§
eventVariables: string[]
[src]

The event type variables.

§
labels?: string[] | null
[src]

The event type labels.

§
name: string
[src]

The name.

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

A collection of key and value pairs.