Interface CfnDashboard.CalculatedMeasureFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.CalculatedMeasureFieldProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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.services.quicksight.*; CalculatedMeasureFieldProperty calculatedMeasureFieldProperty = CalculatedMeasureFieldProperty.builder() .expression("expression") .fieldId("fieldId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.CalculatedMeasureFieldProperty
static final class
An implementation forCfnDashboard.CalculatedMeasureFieldProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The expression in the table calculation.The custom field ID.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
-