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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.SheetElementRenderingRulePropertystatic final classAn 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.Returns union: either
IResolvableorCfnTemplate.SheetElementConfigurationOverridesProperty- See Also:
-
getExpression
The expression of the rendering rules of a sheet.- See Also:
-
builder
-