Interface CfnAnalysis.PivotTableConditionalFormattingScopeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PivotTableConditionalFormattingScopeProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 classA builder forCfnAnalysis.PivotTableConditionalFormattingScopePropertystatic final classAn implementation forCfnAnalysis.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 CfnAnalysis.PivotTableConditionalFormattingScopeProperty.Builder builder()
-