Skip to content

/AWS1/CL_FDT=>PUTEVENTTYPE()

About PutEventType

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.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The name.

IT_EVENTVARIABLES TYPE /AWS1/CL_FDTNONEMPTYLSTOFSTR00=>TT_NONEMPTYLISTOFSTRINGS TT_NONEMPTYLISTOFSTRINGS

The event type variables.

IT_ENTITYTYPES TYPE /AWS1/CL_FDTNONEMPTYLSTOFSTR00=>TT_NONEMPTYLISTOFSTRINGS TT_NONEMPTYLISTOFSTRINGS

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

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/FDTDESCRIPTION /AWS1/FDTDESCRIPTION

The description of the event type.

IT_LABELS TYPE /AWS1/CL_FDTLISTOFSTRINGS_W=>TT_LISTOFSTRINGS TT_LISTOFSTRINGS

The event type labels.

IV_EVENTINGESTION TYPE /AWS1/FDTEVENTINGESTION /AWS1/FDTEVENTINGESTION

Specifies if ingestion is enabled or disabled.

IT_TAGS TYPE /AWS1/CL_FDTTAG=>TT_TAGLIST TT_TAGLIST

A collection of key and value pairs.

IO_EVENTORCHESTRATION TYPE REF TO /AWS1/CL_FDTEVENTORCHESTRATION /AWS1/CL_FDTEVENTORCHESTRATION

Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FDTPUTEVENTTYPERESULT /AWS1/CL_FDTPUTEVENTTYPERESULT