Resource
A structure for the resource.
Contents
- Catalog
-
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 AWS Lake Formation environment.
Type: CatalogResource object
Required: No
- Database
-
The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.
Type: DatabaseResource object
Required: No
- DataCellsFilter
-
A data cell filter.
Type: DataCellsFilterResource object
Required: No
- DataLocation
-
The location of an Amazon S3 path where permissions are granted or revoked.
Type: DataLocationResource object
Required: No
- LFTag
-
The LF-tag key and values attached to a resource.
Type: LFTagKeyResource object
Required: No
- LFTagPolicy
-
A list of LF-tag conditions that define a resource's LF-tag policy.
Type: LFTagPolicyResource object
Required: No
- Table
-
The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
Type: TableResource object
Required: No
- TableWithColumns
-
The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.
Type: TableWithColumnsResource object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: