Class CfnDashboardPropsMixin.SelectedSheetsFilterScopeConfigurationProperty
The configuration for applying a filter to specific sheets or visuals.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SelectedSheetsFilterScopeConfigurationProperty : CfnDashboardPropsMixin.ISelectedSheetsFilterScopeConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SelectedSheetsFilterScopeConfigurationProperty Implements CfnDashboardPropsMixin.ISelectedSheetsFilterScopeConfigurationProperty
Remarks
You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.
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.CfnPropertyMixins.AWS.QuickSight;
var selectedSheetsFilterScopeConfigurationProperty = new SelectedSheetsFilterScopeConfigurationProperty {
SheetVisualScopingConfigurations = new [] { new SheetVisualScopingConfigurationProperty {
Scope = "scope",
SheetId = "sheetId",
VisualIds = new [] { "visualIds" }
} }
};
Synopsis
Constructors
| SelectedSheetsFilterScopeConfigurationProperty() | The configuration for applying a filter to specific sheets or visuals. |
Properties
| SheetVisualScopingConfigurations | The sheet ID and visual IDs of the sheet and visuals that the filter is applied to. |
Constructors
SelectedSheetsFilterScopeConfigurationProperty()
The configuration for applying a filter to specific sheets or visuals.
public SelectedSheetsFilterScopeConfigurationProperty()
Remarks
You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.
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.CfnPropertyMixins.AWS.QuickSight;
var selectedSheetsFilterScopeConfigurationProperty = new SelectedSheetsFilterScopeConfigurationProperty {
SheetVisualScopingConfigurations = new [] { new SheetVisualScopingConfigurationProperty {
Scope = "scope",
SheetId = "sheetId",
VisualIds = new [] { "visualIds" }
} }
};
Properties
SheetVisualScopingConfigurations
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
public object? SheetVisualScopingConfigurations { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.ISheetVisualScopingConfigurationProperty)[]