AWS Fundamentals Logo
AWS Fundamentals
AWS::LakeFormation::DataCellsFilter

LakeFormation DataCellsFilter

A resource schema representing a Lake Formation Data Cells Filter.

Properties

7 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
DatabaseName
string
RequiredCreate-only
Name
string
RequiredCreate-only
TableCatalogId
string
RequiredCreate-only
TableName
string
RequiredCreate-only
ColumnNames
array
Create-only
ColumnWildcard
ColumnWildcard
Create-only
RowFilter
RowFilter
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LakeFormation::DataCellsFilter

Resources:
  MyResource:
    Type: AWS::LakeFormation::DataCellsFilter
    Properties:
      TableCatalogId: "my-tablecatalogid"
      DatabaseName: "my-databasename"
      TableName: "my-tablename"
      Name: "my-name"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

lakeformation:CreateDataCellsFilterglue:GetTable

delete

lakeformation:DeleteDataCellsFilter

read

lakeformation:ListDataCellsFilter

list

lakeformation:ListDataCellsFilter

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLakeFormation
Properties7
Required4
TaggingNot supported
Primary IDTableCatalogId

Supported Operations

CreateDeleteReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TableCatalogIdDatabaseNameTableNameNameRowFilterColumnNamesColumnWildcard

External Links