Interface CfnAnalysisPropsMixin.ISheetVisualScopingConfigurationProperty
The filter that is applied to the options.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.ISheetVisualScopingConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.ISheetVisualScopingConfigurationProperty
Remarks
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.Mixins.Preview.AWS.QuickSight.Mixins;
var sheetVisualScopingConfigurationProperty = new SheetVisualScopingConfigurationProperty {
Scope = "scope",
SheetId = "sheetId",
VisualIds = new [] { "visualIds" }
};
Synopsis
Properties
| Scope | The scope of the applied entities. Choose one of the following options:. |
| SheetId | The selected sheet that the filter is applied to. |
| VisualIds | The selected visuals that the filter is applied to. |
Properties
Scope
The scope of the applied entities. Choose one of the following options:.
string? Scope { get; }
Property Value
Remarks
SheetId
The selected sheet that the filter is applied to.
string? SheetId { get; }
Property Value
Remarks
VisualIds
The selected visuals that the filter is applied to.
string[]? VisualIds { get; }
Property Value
string[]