create_list(**kwargs)¶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.
See also: AWS API Documentation
Request Syntax
response = client.create_list(
    name='string',
    elements=[
        'string',
    ],
    variableType='string',
    description='string',
    tags=[
        {
            'key': 'string',
            'value': 'string'
        },
    ]
)
[REQUIRED]
The name of the list.
The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.
A collection of the key and value pairs.
A key and value pair.
A tag key.
A value assigned to a tag key.
dict
Response Syntax
{}
Response Structure
Exceptions
FraudDetector.Client.exceptions.ValidationExceptionFraudDetector.Client.exceptions.InternalServerExceptionFraudDetector.Client.exceptions.ThrottlingExceptionFraudDetector.Client.exceptions.AccessDeniedException