aws.frauddetector.get_list_elements
Example SQL Queries
SELECT * FROMaws.frauddetector.get_list_elementsWHERE"name" = 'VALUE';Description
Gets all the elements in the specified list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the list. | VARCHAR |
| max_results Input Column The maximum number of objects to return for the request. | BIGINT |
| next_token Input Column The next page token. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| elements The list elements. | VARCHAR[] |
Show child fields
| |