Fraud Detector Event Type

Fraud Detector Event Type in AWS defines the structure of events that you want to evaluate for potential fraud. It specifies the variables, entity types, and labels associated with an event, such as a transaction or account registration. By creating an event type, you provide the foundation for building fraud detection models and rules that analyze incoming data to identify suspicious activity.

aws.frauddetector_event_type

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe entity type ARN.
created_timecorestringTimestamp of when the event type was created.
descriptioncorestringThe event type description.
entity_typescorearray<string>The event type entity types.
event_ingestioncorestringIf 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.
event_orchestrationcorejsonThe event orchestration status.
event_variablescorearray<string>The event type event variables.
ingested_event_statisticscorejsonData about the stored events.
labelscorearray<string>The event type labels.
last_updated_timecorestringTimestamp of when the event type was last updated.
namecorestringThe event type name.
tagscorehstore