interface FilterGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.FilterGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FilterGroupProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.FilterGroupProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.FilterGroupProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » FilterGroupProperty |
A grouping of individual filters. Filter groups are applied to the same group of visuals.
For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon Quick Suite User Guide .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| cross | string | The filter new feature which can apply filter group to all data sets. Choose one of the following options:. |
| filter | string | The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis. |
| filters | IResolvable | (IResolvable | Filter)[] | The list of filters that are present in a FilterGroup . |
| scope | IResolvable | Filter | The configuration that specifies what scope to apply to a FilterGroup . |
| status? | string | The status of the FilterGroup . |
crossDataset
Type:
string
The filter new feature which can apply filter group to all data sets. Choose one of the following options:.
ALL_DATASETSSINGLE_DATASET
filterGroupId
Type:
string
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
filters
Type:
IResolvable | (IResolvable | Filter)[]
The list of filters that are present in a FilterGroup .
scopeConfiguration
Type:
IResolvable | Filter
The configuration that specifies what scope to apply to a FilterGroup .
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
status?
Type:
string
(optional)
The status of the FilterGroup .

.NET
Go
Java
Python
TypeScript