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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.SheetElementConfigurationOverridesProperty
static final class
An 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:.VISIBLE
HIDDEN
- See Also:
-
builder
-