v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

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.

post/#X-Amz-Target=AWSHawksNestServiceFacade.CreateList

Headers

X-Amz-Target'AWSHawksNestServiceFacade.CreateList' required

Request body

namestring required

The name of the list.

elementsElements[]

The names of the elements, if providing. You can also create an empty list and add elements later using the <a href="https://docs.aws.amazon.com/frauddetector/latest/api/API_Updatelist.html">UpdateList</a> API.

variableTypestring

The variable type of the list. You can only assign the variable type with String data type. For more information, see <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types">Variable types</a>.

descriptionstring

The description of the list.

Response

Success

CreateListResult required