Interface CfnDashboard.DataPathValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboard.DataPathValueProperty.Jsii$Proxy
Enclosing class:
CfnDashboard

@Stability(Stable) public static interface CfnDashboard.DataPathValueProperty extends software.amazon.jsii.JsiiSerializable
The data path that needs to be sorted.

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.*;
 DataPathValueProperty dataPathValueProperty = DataPathValueProperty.builder()
         .fieldId("fieldId")
         .fieldValue("fieldValue")
         .build();