AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FraudDetector::EntityType

CfnEntityType

Manages 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnEntityTypeProps.

nameRequired
string

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

descriptionOptional
string

The entity type description.

tagsOptional
CfnTag[]

A key and value pair.

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::EntityType
Properties3

External Links