Class CfnAnalysisPropsMixin.FilterGroupProperty
A grouping of individual filters. Filter groups are applied to the same group of visuals.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.FilterGroupProperty : CfnAnalysisPropsMixin.IFilterGroupProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.FilterGroupProperty Implements CfnAnalysisPropsMixin.IFilterGroupProperty
Remarks
For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon Quick Suite User Guide .
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| FilterGroupProperty() | A grouping of individual filters. Filter groups are applied to the same group of visuals. |
Properties
| CrossDataset | The filter new feature which can apply filter group to all data sets. Choose one of the following options:. |
| FilterGroupId | The value that uniquely identifies a |
| Filters | The list of filters that are present in a |
| ScopeConfiguration | The configuration that specifies what scope to apply to a |
| Status | The status of the |
Constructors
FilterGroupProperty()
A grouping of individual filters. Filter groups are applied to the same group of visuals.
public FilterGroupProperty()
Remarks
For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon Quick Suite User Guide .
ExampleMetadata: fixture=_generated
Properties
CrossDataset
The filter new feature which can apply filter group to all data sets. Choose one of the following options:.
public string? CrossDataset { get; set; }
Property Value
Remarks
FilterGroupId
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
public string? FilterGroupId { get; set; }
Property Value
Remarks
Filters
The list of filters that are present in a FilterGroup .
public object? Filters { get; set; }
Property Value
Remarks
ScopeConfiguration
The configuration that specifies what scope to apply to a FilterGroup .
public object? ScopeConfiguration { get; set; }
Property Value
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Type union: either IResolvable or CfnAnalysisPropsMixin.IFilterScopeConfigurationProperty
Status
The status of the FilterGroup .
public string? Status { get; set; }