aws.lakeformation.describe_resource
Example SQL Queries
SELECT * FROMaws.lakeformation.describe_resourceWHERE"resource_arn" = 'VALUE';Description
Retrieves the current data access role for the given resource registered in Lake Formation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The resource ARN. | 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 A structure containing information about an Lake Formation resource. | STRUCT( |
Show child fields
| |