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

EventType

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

The event type details.

interface EventType {
arn?: string | null;
createdTime?: string | null;
description?: string | null;
entityTypes?: string[] | null;
eventIngestion?: EventIngestion | null;
eventVariables?: string[] | null;
ingestedEventStatistics?: IngestedEventStatistics | null;
labels?: string[] | null;
lastUpdatedTime?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The entity type ARN.

§
createdTime?: string | null
[src]

Timestamp of when the event type was created.

§
description?: string | null
[src]

The event type description.

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

The event type entity types.

§
eventIngestion?: EventIngestion | null
[src]

If Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time. Amazon Fraud Detector uses this data, known as INGESTED_EVENTS, to train your model and improve fraud predictions.

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

The event type event variables.

§
ingestedEventStatistics?: IngestedEventStatistics | null
[src]

Data about the stored events.

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

The event type labels.

§
lastUpdatedTime?: string | null
[src]

Timestamp of when the event type was last updated.

§
name?: string | null
[src]

The event type name.