Skip to main content

frauddetector_list

Gets an individual frauddetector_list resource

Overview

Namefrauddetector_list
TypeResource
Descriptionfrauddetector_list
Idawscc.frauddetector.frauddetector_list

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
description,
variable_type,
created_time,
last_updated_time,
tags,
elements
FROM awscc.frauddetector.frauddetector_list
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the frauddetector_list resource, the following permissions are required:

Read

frauddetector:GetListElements,
frauddetector:GetListsMetadata,
frauddetector:ListTagsForResource

Update

frauddetector:GetListElements,
frauddetector:GetListsMetadata,
frauddetector:ListTagsForResource,
frauddetector:UntagResource,
frauddetector:UpdateList,
frauddetector:TagResource

Delete

frauddetector:DeleteList,
frauddetector:GetListsMetadata