Interface CfnAnalysis.SheetElementRenderingRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SheetElementRenderingRuleProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.SheetElementRenderingRuleProperty
static final class
An implementation forCfnAnalysis.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.- See Also:
-
getExpression
The expression of the rendering rules of a sheet.- See Also:
-
builder
-