aws-cdk-lib.aws_quicksight.CfnTemplate.CategoryDrillDownFilterProperty

interface CategoryDrillDownFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.CategoryDrillDownFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CategoryDrillDownFilterProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.CategoryDrillDownFilterProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.CategoryDrillDownFilterProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » CategoryDrillDownFilterProperty

The numeric equality type drill down filter.

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 categoryDrillDownFilterProperty: quicksight.CfnTemplate.CategoryDrillDownFilterProperty = {
  categoryValues: ['categoryValues'],
  column: {
    columnName: 'columnName',
    dataSetIdentifier: 'dataSetIdentifier',
  },
};

Properties

NameTypeDescription
categoryValuesstring[]A list of the string inputs that are the values of the category drill down filter.
columnIResolvable | ColumnIdentifierPropertyThe column that the filter is applied to.

categoryValues

Type: string[]

A list of the string inputs that are the values of the category drill down filter.


column

Type: IResolvable | ColumnIdentifierProperty

The column that the filter is applied to.