Interface CfnAnalysis.DataPathTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.DataPathTypeProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.DataPathTypeProperty
extends software.amazon.jsii.JsiiSerializable
The type of the data path value.
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.*; DataPathTypeProperty dataPathTypeProperty = DataPathTypeProperty.builder() .pivotTableDataPathType("pivotTableDataPathType") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.DataPathTypeProperty
static final class
An implementation forCfnAnalysis.DataPathTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPivotTableDataPathType
The type of data path value utilized in a pivot table. Choose one of the following options:.HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- See Also:
-
builder
-