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.
Creating an Entity Type
Section titled “Creating an Entity Type”const customer = yield* FraudDetector.EntityType("customer", { description: "the buyer placing an order",});