AWS::FraudDetector::EntityTypeManages an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.
import { CfnEntityType } from 'aws-cdk-lib/aws-frauddetector';Or use the module namespace:
import * as frauddetector from 'aws-cdk-lib/aws-frauddetector';
// frauddetector.CfnEntityTypeConfiguration passed to the constructor as CfnEntityTypeProps.
nameRequiredstringThe entity type name. Pattern: `^[0-9a-z_-]+$`
descriptionOptionalstringThe entity type description.
tagsOptionalCfnTag[]A key and value pair.
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::EntityType