aws-cdk-lib.aws_lakeformation.CfnDataCellsFilter.RowFilterProperty

interface RowFilterProperty

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

A PartiQL predicate.

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';

declare const allRowsWildcard: any;
const rowFilterProperty: lakeformation.CfnDataCellsFilter.RowFilterProperty = {
  allRowsWildcard: allRowsWildcard,
  filterExpression: 'filterExpression',
};

Properties

NameTypeDescription
allRowsWildcard?anyA wildcard for all rows.
filterExpression?stringA filter expression.

allRowsWildcard?

Type: any (optional)

A wildcard for all rows.


filterExpression?

Type: string (optional)

A filter expression.