AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FraudDetector::EventType

CfnEventType

Manages 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.

Import

import { CfnEventType } from 'aws-cdk-lib/aws-frauddetector';

Or use the module namespace:

import * as frauddetector from 'aws-cdk-lib/aws-frauddetector';
// frauddetector.CfnEventType

Properties

Configuration passed to the constructor as CfnEventTypeProps.

entityTypesRequired
IResolvable | IResolvable | EntityTypeProperty[]

The event type entity types.

eventVariablesRequired
IResolvable | IResolvable | EventVariableProperty[]

The event type event variables.

labelsRequired
IResolvable | IResolvable | LabelProperty[]

The event type labels.

nameRequired
string

The event type name. Pattern : `^[0-9a-z_-]+$`

descriptionOptional
string

The event type description.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-frauddetector
CFN TypeAWS::FraudDetector::EventType
Properties6

External Links