interface FilterListConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FilterListConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterListConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.FilterListConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » FilterListConfigurationProperty |
A list of filter configurations.
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 filterListConfigurationProperty: quicksight.CfnAnalysis.FilterListConfigurationProperty = {
matchOperator: 'matchOperator',
// the properties below are optional
categoryValues: ['categoryValues'],
selectAllOptions: 'selectAllOptions',
};
Properties
Name | Type | Description |
---|---|---|
match | string | The match operator that is used to determine if a filter should be applied. |
category | string[] | The list of category values for the filter. |
select | string | Select all of the values. Null is not the assigned value of select all. |
matchOperator
Type:
string
The match operator that is used to determine if a filter should be applied.
categoryValues?
Type:
string[]
(optional)
The list of category values for the filter.
selectAllOptions?
Type:
string
(optional)
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES