aws.frauddetector.get_lists_metadata
Example SQL Queries
SELECT * FROMaws.frauddetector.get_lists_metadata;Description
Gets the metadata of either all the lists under the account or the specified list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of objects to return for the request. | BIGINT |
| name Input Column The name of the list. | VARCHAR |
| 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 |
| lists The metadata of the specified list or all lists under the account. | STRUCT( |
Show child fields
| |