Interface CfnTemplatePropsMixin.SheetElementConfigurationOverridesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.SheetElementConfigurationOverridesProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static interface CfnTemplatePropsMixin.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.cfnpropertymixins.services.quicksight.*;
SheetElementConfigurationOverridesProperty sheetElementConfigurationOverridesProperty = SheetElementConfigurationOverridesProperty.builder()
.visibility("visibility")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTemplatePropsMixin.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
- See Also:
-
builder
@Stability(Stable) static CfnTemplatePropsMixin.SheetElementConfigurationOverridesProperty.Builder builder()
-