Skip to content

EntityType

Source: src/AWS/FraudDetector/EntityType.ts

An Amazon Fraud Detector entity type — the classification of who or what an event is about (e.g. customer, merchant). Event types reference entity types; they are cheap metadata objects.

const customer = yield* FraudDetector.EntityType("customer", {
description: "the buyer placing an order",
});