AWS::LakeFormation::PrincipalPermissions DataCellsFilterResource
A structure that describes certain columns on certain rows.
Syntax
To declare this entity in your Amazon 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
Update requires: Replacement
Name-
The name given by the user to the data filter cell.
Required: Yes
Type: String
Update requires: Replacement
TableCatalogId-
The ID of the catalog to which the table belongs.
Required: Yes
Type: String
Update requires: Replacement
TableName-
The name of the table.
Required: Yes
Type: String
Update requires: Replacement