AWS::LakeFormation::PrincipalPermissions DataCellsFilterResource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String Name: String TableCatalogId: String TableName: String

Properties

DatabaseName

A database in the Data Catalog.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: Replacement

Name

The name given by the user to the data filter cell.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: Replacement

TableCatalogId

The ID of the catalog to which the table belongs.

Required: Yes

Type: String

Minimum: 12

Maximum: 12

Update requires: Replacement

TableName

The name of the table.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: Replacement