aws-cdk-lib.aws_quicksight.CfnTemplate.FilterListConfigurationProperty

interface FilterListConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.FilterListConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_FilterListConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.FilterListConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.FilterListConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const filterListConfigurationProperty: quicksight.CfnTemplate.FilterListConfigurationProperty = {
  matchOperator: 'matchOperator',

  // the properties below are optional
  categoryValues: ['categoryValues'],
  selectAllOptions: 'selectAllOptions',
};

Properties

NameTypeDescription
matchOperatorstringThe match operator that is used to determine if a filter should be applied.
categoryValues?string[]The list of category values for the filter.
selectAllOptions?stringSelect 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