Class CfnAnalysis.FilterScopeConfigurationProperty
The scope configuration for a FilterGroup
.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FilterScopeConfigurationProperty : Object, CfnAnalysis.IFilterScopeConfigurationProperty
Syntax (vb)
Public Class FilterScopeConfigurationProperty
Inherits Object
Implements CfnAnalysis.IFilterScopeConfigurationProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var allSheets;
var filterScopeConfigurationProperty = new FilterScopeConfigurationProperty {
AllSheets = allSheets,
SelectedSheets = new SelectedSheetsFilterScopeConfigurationProperty {
SheetVisualScopingConfigurations = new [] { new SheetVisualScopingConfigurationProperty {
Scope = "scope",
SheetId = "sheetId",
// the properties below are optional
VisualIds = new [] { "visualIds" }
} }
}
};
Synopsis
Constructors
Filter |
Properties
All |
The configuration that applies a filter to all sheets. |
Selected |
The configuration for applying a filter to specific sheets. |
Constructors
FilterScopeConfigurationProperty()
public FilterScopeConfigurationProperty()
Properties
AllSheets
The configuration that applies a filter to all sheets.
public object AllSheets { get; set; }
Property Value
System.
Remarks
When you choose AllSheets
as the value for a FilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration
is chosen.
SelectedSheets
The configuration for applying a filter to specific sheets.
public object SelectedSheets { get; set; }
Property Value
System.