AWS::LakeFormation::Permissions TableResource
A structure for the table object. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CatalogId" :String, "DatabaseName" :String, "Name" :String, "TableWildcard" :TableWildcard}
YAML
CatalogId:StringDatabaseName:StringName:StringTableWildcard:TableWildcard
Properties
CatalogId-
The identifier for the Data Catalog. By default, it is the account ID of the caller.
Required: No
Type: String
Update requires: No interruption
DatabaseName-
The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the table.
Required: No
Type: String
Update requires: No interruption
TableWildcard-
An empty object representing all tables under a database. If this field is specified instead of the
Namefield, all tables underDatabaseNamewill have permission changes applied.Required: No
Type: TableWildcard
Update requires: No interruption