interface RowFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LakeFormation.CfnDataCellsFilter.RowFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnDataCellsFilter_RowFilterProperty |
![]() | software.amazon.awscdk.services.lakeformation.CfnDataCellsFilter.RowFilterProperty |
![]() | aws_cdk.aws_lakeformation.CfnDataCellsFilter.RowFilterProperty |
![]() | 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
Name | Type | Description |
---|---|---|
all | any | A wildcard for all rows. |
filter | string | A filter expression. |
allRowsWildcard?
Type:
any
(optional)
A wildcard for all rows.
filterExpression?
Type:
string
(optional)
A filter expression.