Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Hierarchy

Properties

assignedLabel?: string

The label to associate with the event. Required if specifying labelTimestamp.

entities: undefined | Entity[]

An array of entities.

eventId: undefined | string

The event ID to upload.

eventTimestamp: undefined | string

The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.

eventTypeName: undefined | string

The event type name of the event.

eventVariables: undefined | Record<string, string>

Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.

labelTimestamp?: string

The timestamp associated with the label. Required if specifying assignedLabel.