Interface CfnDashboard.SheetVisualScopingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.SheetVisualScopingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.SheetVisualScopingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The filter that is applied to the options.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; SheetVisualScopingConfigurationProperty sheetVisualScopingConfigurationProperty = SheetVisualScopingConfigurationProperty.builder() .scope("scope") .sheetId("sheetId") // the properties below are optional .visualIds(List.of("visualIds")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.SheetVisualScopingConfigurationProperty
static final class
An implementation forCfnDashboard.SheetVisualScopingConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScope
The scope of the applied entities. Choose one of the following options:.ALL_VISUALS
SELECTED_VISUALS
-
getSheetId
The selected sheet that the filter is applied to. -
getVisualIds
The selected visuals that the filter is applied to. -
builder
-