frauddetector_list
Gets an individual frauddetector_list
resource
Overview
Name | frauddetector_list |
Type | Resource |
Description | frauddetector_list |
Id | awscc.frauddetector.frauddetector_list |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The list ARN. |
name | string | The name of the list. |
description | string | The description of the list. |
variable_type | string | The variable type of the list. |
created_time | string | The time when the list was created. |
last_updated_time | string | The time when the list was last updated. |
tags | array | Tags associated with this list. |
elements | array | The elements in this list. |
region | string | AWS 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