Interface CfnTemplate.SheetElementRenderingRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.SheetElementRenderingRuleProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.SheetElementRenderingRuleProperty
extends software.amazon.jsii.JsiiSerializable
The rendering rules of a sheet that uses a free-form layout.
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.*; SheetElementRenderingRuleProperty sheetElementRenderingRuleProperty = SheetElementRenderingRuleProperty.builder() .configurationOverrides(SheetElementConfigurationOverridesProperty.builder() .visibility("visibility") .build()) .expression("expression") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.SheetElementRenderingRuleProperty
static final class
An implementation forCfnTemplate.SheetElementRenderingRuleProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The override configuration of the rendering rules of a sheet.The expression of the rendering rules of a sheet.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfigurationOverrides
The override configuration of the rendering rules of a sheet. -
getExpression
The expression of the rendering rules of a sheet. -
builder
-