Interface CfnDashboard.FilterGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.FilterGroupProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.FilterGroupProperty
extends software.amazon.jsii.JsiiSerializable
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 QuickSight User Guide .
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.FilterGroupProperty
static final class
An implementation forCfnDashboard.FilterGroupProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The filter new feature which can apply filter group to all data sets.The value that uniquely identifies aFilterGroup
within a dashboard, template, or analysis.The list of filters that are present in aFilterGroup
.The configuration that specifies what scope to apply to aFilterGroup
.default String
The status of theFilterGroup
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCrossDataset
The filter new feature which can apply filter group to all data sets. Choose one of the following options:.ALL_DATASETS
SINGLE_DATASET
- See Also:
-
getFilterGroupId
The value that uniquely identifies aFilterGroup
within a dashboard, template, or analysis.- See Also:
-
getFilters
The list of filters that are present in aFilterGroup
.- See Also:
-
getScopeConfiguration
The configuration that specifies what scope to apply to aFilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
-
getStatus
The status of theFilterGroup
.- See Also:
-
builder
-