aws.lakeformation.list_resources
Example SQL Queries
SELECT * FROMaws.lakeformation.list_resources;Description
Lists the resources registered to be managed by the Data Catalog.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter_condition_list Input Column Any applicable row-level and/or column-level filtering conditions for the resources. | STRUCT( |
Show child fields
| |
| max_results Input Column The maximum number of resource results. | BIGINT |
| next_token Input Column A continuation token, if this is not the first call to retrieve these resources. | 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 |
| resource_info_list A summary of the data lake resources. | STRUCT( |
Show child fields
| |