This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::LakeFormation::PrincipalPermissions 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" :Json}
YAML
CatalogId:StringDatabaseName:StringName:StringTableWildcard:Json
Properties
- CatalogId
- 
                    The identifier for the Data Catalog. By default, it is the account ID of the caller. Required: Yes Type: String Minimum: 12Maximum: 12Update requires: Replacement 
- 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: Yes Type: String Minimum: 1Maximum: 255Update requires: Replacement 
- Name
- 
                    The name of the table. Required: No Type: String Minimum: 1Maximum: 255Update requires: Replacement 
- TableWildcard
- 
                    A wildcard object representing every table under a database. At least one of TableResource$NameorTableResource$TableWildcardis required.Required: No Type: Json Update requires: Replacement