Skip to main content

list_elements

Creates, updates, deletes, gets or lists a list_elements resource.

Overview

Namelist_elements
TypeResource
Idaws.frauddetector.list_elements

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
elementstringThe list elements.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_list_elementsselectregionGets all the elements in the specified list.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Gets all the elements in the specified list.

SELECT
element
FROM aws.frauddetector.list_elements
WHERE region = '{{ region }}' -- required
;