AWS::LakeFormation::PrincipalPermissions DataCellsFilterResource - AWS CloudFormation

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: 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