aws.lakeformation.get_lf_tag
Example SQL Queries
SELECT * FROMaws.lakeformation.get_lf_tagWHERE"tag_key" = 'VALUE';Description
Returns an LF-tag definition.
Table Definition
| Column Name | Column Data Type |
|---|---|
| tag_key Required Input Column The key-name for the LF-tag. | VARCHAR |
| catalog_id Input Column The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment. | 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 |
| tag_values A list of possible values an attribute can take. | VARCHAR[] |
Show child fields
| |