Interface CfnAnalysisPropsMixin.CalculatedMeasureFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.CalculatedMeasureFieldProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.CalculatedMeasureFieldProperty
extends software.amazon.jsii.JsiiSerializable
The table calculation measure field for pivot tables.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
CalculatedMeasureFieldProperty calculatedMeasureFieldProperty = CalculatedMeasureFieldProperty.builder()
.expression("expression")
.fieldId("fieldId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.CalculatedMeasureFieldPropertystatic final classAn implementation forCfnAnalysisPropsMixin.CalculatedMeasureFieldProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The expression in the table calculation.- See Also:
-
getFieldId
The custom field ID.- See Also:
-
builder
-