Interface CfnAnalysis.SheetElementConfigurationOverridesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SheetElementConfigurationOverridesProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.SheetElementConfigurationOverridesProperty
extends software.amazon.jsii.JsiiSerializable
The override configuration of the rendering rules of a sheet.
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.*; SheetElementConfigurationOverridesProperty sheetElementConfigurationOverridesProperty = SheetElementConfigurationOverridesProperty.builder() .visibility("visibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.SheetElementConfigurationOverridesProperty
static final class
An implementation forCfnAnalysis.SheetElementConfigurationOverridesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVisibility
Determines whether or not the overrides are visible. Choose one of the following options:.VISIBLE
HIDDEN
- See Also:
-
builder
-