View source: R/frauddetector_operations.R
frauddetector_put_event_type | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/frauddetector_put_event_type/ for full documentation.
frauddetector_put_event_type(
name,
description = NULL,
eventVariables,
labels = NULL,
entityTypes,
eventIngestion = NULL,
tags = NULL,
eventOrchestration = NULL
)
name |
[required] The name. |
description |
The description of the event type. |
eventVariables |
[required] The event type variables. |
labels |
The event type labels. |
entityTypes |
[required] The entity type for the event type. Example entity types: customer, merchant, account. |
eventIngestion |
Specifies if ingestion is enabled or disabled. |
tags |
A collection of key and value pairs. |
eventOrchestration |
Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.