AWS::FraudDetector::EventTypeManages 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 { CfnEventType } from 'aws-cdk-lib/aws-frauddetector';Or use the module namespace:
import * as frauddetector from 'aws-cdk-lib/aws-frauddetector';
// frauddetector.CfnEventTypeConfiguration passed to the constructor as CfnEventTypeProps.
entityTypesRequiredIResolvable | IResolvable | EntityTypeProperty[]The event type entity types.
eventVariablesRequiredIResolvable | IResolvable | EventVariableProperty[]The event type event variables.
labelsRequiredIResolvable | IResolvable | LabelProperty[]The event type labels.
nameRequiredstringThe event type name. Pattern : `^[0-9a-z_-]+$`
descriptionOptionalstringThe event type description.
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-frauddetectorAWS::FraudDetector::EventType