Class CfnTemplate.SelectedSheetsFilterScopeConfigurationProperty
The configuration for applying a filter to specific sheets or visuals.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SelectedSheetsFilterScopeConfigurationProperty : Object, CfnTemplate.ISelectedSheetsFilterScopeConfigurationProperty
Syntax (vb)
Public Class SelectedSheetsFilterScopeConfigurationProperty
Inherits Object
Implements CfnTemplate.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.AWS.QuickSight;
var selectedSheetsFilterScopeConfigurationProperty = new SelectedSheetsFilterScopeConfigurationProperty {
SheetVisualScopingConfigurations = new [] { new SheetVisualScopingConfigurationProperty {
Scope = "scope",
SheetId = "sheetId",
// the properties below are optional
VisualIds = new [] { "visualIds" }
} }
};
Synopsis
Constructors
Selected |
Properties
Sheet |
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to. |
Constructors
SelectedSheetsFilterScopeConfigurationProperty()
public SelectedSheetsFilterScopeConfigurationProperty()
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
System.