interface DataCellsFilterResourceProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.LakeFormation.CfnPrincipalPermissions.DataCellsFilterResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnPrincipalPermissions_DataCellsFilterResourceProperty |
Java | software.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions.DataCellsFilterResourceProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
database | string | A database in the Data Catalog . |
name | string | The name given by the user to the data filter cell. |
table | string | The ID of the catalog to which the table belongs. |
table | string | The 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.