AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FraudDetector::List

CfnList

Creates a list. List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see [Lists](https://docs.aws.amazon.com//frauddetector/latest/ug/lists.html) .

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnListProps.

nameRequired
string

The name of the list.

descriptionOptional
string

The description of the list.

elementsOptional
string[]

The elements in the list.

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

variableTypeOptional
string

The variable type of the list. For more information, see [Variable types](https://docs.aws.amazon.com/frauddetector/latest/ug/variables.html#variable-types)

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::List
Properties5

External Links