Interface CfnTemplate.SheetElementConfigurationOverridesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.SheetElementConfigurationOverridesProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.SheetElementConfigurationOverridesPropertystatic final classAn implementation forCfnTemplate.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:.VISIBLEHIDDEN
-
builder
-