Interface CfnTemplate.PivotTableDataPathOptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.PivotTableDataPathOptionProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.PivotTableDataPathOptionProperty
extends software.amazon.jsii.JsiiSerializable
The data path options for the pivot table field options.
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.*; PivotTableDataPathOptionProperty pivotTableDataPathOptionProperty = PivotTableDataPathOptionProperty.builder() .dataPathList(List.of(DataPathValueProperty.builder() .fieldId("fieldId") .fieldValue("fieldValue") .build())) // the properties below are optional .width("width") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.PivotTableDataPathOptionProperty
static final class
An implementation forCfnTemplate.PivotTableDataPathOptionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataPathList
The list of data path values for the data path options. -
getWidth
The width of the data path option. -
builder
-