AWS::LakeFormation::DataCellsFilterA resource schema representing a Lake Formation Data Cells Filter.
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
lakeformation:CreateDataCellsFilterglue:GetTablelakeformation:DeleteDataCellsFilterlakeformation:ListDataCellsFilterlakeformation:ListDataCellsFilterOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTableCatalogIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TableCatalogIdDatabaseNameTableNameNameRowFilterColumnNamesColumnWildcard