Jump to Content

Interface SendEventCommandInputProtected

The input for SendEventCommand.

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.