Skip to main content

lists_list_only

Lists lists in a region or regions, for all properties use lists

Overview

Namelists_list_only
TypeResource
DescriptionA resource schema for a List in Amazon Fraud Detector.
Idaws.frauddetector.lists_list_only

Fields

NameDatatypeDescription
arnstringThe list ARN.
namestringThe name of the list.
descriptionstringThe description of the list.
variable_typestringThe variable type of the list.
created_timestringThe time when the list was created.
last_updated_timestringThe time when the list was last updated.
tagsarrayTags associated with this list.
elementsarrayThe elements in this list.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all lists in a region.

SELECT
region,
arn
FROM aws.frauddetector.lists_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the lists_list_only resource, see lists