Interface CfnDashboard.PivotTableConditionalFormattingScopeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.PivotTableConditionalFormattingScopeProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.PivotTableConditionalFormattingScopeProperty
extends software.amazon.jsii.JsiiSerializable
The scope of the cell for conditional formatting.
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.*;
PivotTableConditionalFormattingScopeProperty pivotTableConditionalFormattingScopeProperty = PivotTableConditionalFormattingScopeProperty.builder()
.role("role")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboard.PivotTableConditionalFormattingScopeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRole
The role (field, field total, grand total) of the cell for conditional formatting.- See Also:
-
builder
@Stability(Stable) static CfnDashboard.PivotTableConditionalFormattingScopeProperty.Builder builder()
-