This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::LakeFormation::PrincipalPermissions DataCellsFilterResource
A structure that describes certain columns on certain rows.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DatabaseName" :String, "Name" :String, "TableCatalogId" :String, "TableName" :String}
YAML
DatabaseName:StringName:StringTableCatalogId:StringTableName:String
Properties
- DatabaseName
- 
                    A database in the Data Catalog. Required: Yes Type: String Minimum: 1Maximum: 255Update requires: Replacement 
- Name
- 
                    The name given by the user to the data filter cell. Required: Yes Type: String Minimum: 1Maximum: 255Update requires: Replacement 
- TableCatalogId
- 
                    The ID of the catalog to which the table belongs. Required: Yes Type: String Minimum: 12Maximum: 12Update requires: Replacement 
- TableName
- 
                    The name of the table. Required: Yes Type: String Minimum: 1Maximum: 255Update requires: Replacement