AWS Lake Formation · JSON Structure

Amazon Lakeformation Data Cells Filter Structure

A Lake Formation data cells filter for row-level and column-level security.

Type: object Properties: 6
AnalyticsData LakeGovernance

DataCellsFilter is a JSON Structure definition published by AWS Lake Formation, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TableCatalogId DatabaseName TableName Name ColumnNames RowFilter

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lakeformation/refs/heads/main/json-structure/amazon-lakeformation-data-cells-filter-structure.json",
  "name": "DataCellsFilter",
  "description": "A Lake Formation data cells filter for row-level and column-level security.",
  "type": "object",
  "properties": {
    "TableCatalogId": {
      "type": "string",
      "description": "The ID of the Data Catalog."
    },
    "DatabaseName": {
      "type": "string",
      "description": "A database in the Data Catalog."
    },
    "TableName": {
      "type": "string",
      "description": "The name of the table."
    },
    "Name": {
      "type": "string",
      "description": "The name given by the user to the data filter cell."
    },
    "ColumnNames": {
      "type": "array",
      "description": "A list of column names."
    },
    "RowFilter": {
      "type": "object",
      "description": "A PartiQL predicate for row-level filtering."
    }
  }
}