aws-cdk-lib.aws_lakeformation.CfnPrincipalPermissions.DataCellsFilterResourceProperty

interface DataCellsFilterResourceProperty

LanguageType name
.NETAmazon.CDK.AWS.LakeFormation.CfnPrincipalPermissions.DataCellsFilterResourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnPrincipalPermissions_DataCellsFilterResourceProperty
Javasoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions.DataCellsFilterResourceProperty
Pythonaws_cdk.aws_lakeformation.CfnPrincipalPermissions.DataCellsFilterResourceProperty
TypeScript aws-cdk-lib » aws_lakeformation » CfnPrincipalPermissions » DataCellsFilterResourceProperty

A structure that describes certain columns on certain rows.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lakeformation as lakeformation } from 'aws-cdk-lib';
const dataCellsFilterResourceProperty: lakeformation.CfnPrincipalPermissions.DataCellsFilterResourceProperty = {
  databaseName: 'databaseName',
  name: 'name',
  tableCatalogId: 'tableCatalogId',
  tableName: 'tableName',
};

Properties

NameTypeDescription
databaseNamestringA database in the Data Catalog .
namestringThe name given by the user to the data filter cell.
tableCatalogIdstringThe ID of the catalog to which the table belongs.
tableNamestringThe name of the table.

databaseName

Type: string

A database in the Data Catalog .


name

Type: string

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


tableCatalogId

Type: string

The ID of the catalog to which the table belongs.


tableName

Type: string

The name of the table.