interface FilterOperationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.FilterOperationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.FilterOperationProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.FilterOperationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDataSet » FilterOperationProperty |
A transform operation that filters rows based on a condition.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const filterOperationProperty: quicksight.CfnDataSet.FilterOperationProperty = {
conditionExpression: 'conditionExpression',
};
Properties
Name | Type | Description |
---|---|---|
condition | string | An expression that must evaluate to a Boolean value. |
conditionExpression
Type:
string
An expression that must evaluate to a Boolean value.
Rows for which the expression evaluates to true are kept in the dataset.