v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

post/#X-Amz-Target=AWSHawksNestServiceFacade.PutEventType

Headers

X-Amz-Target'AWSHawksNestServiceFacade.PutEventType' required

Request body

namestring required

The name.

descriptionstring

The description of the event type.

eventVariablesString[] required

The event type variables.

labelsString[]

The event type labels.

entityTypesString[] required

The entity type for the event type. Example entity types: customer, merchant, account.

eventIngestion'ENABLED' | 'DISABLED'

Specifies if ingenstion is enabled or disabled.

Response

Success

PutEventTypeResult required