Interface CfnDashboardPropsMixin.PivotTableFieldOptionProperty

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

@Stability(Stable) public static interface CfnDashboardPropsMixin.PivotTableFieldOptionProperty extends software.amazon.jsii.JsiiSerializable
The selected field 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.cfnpropertymixins.services.quicksight.*;
 PivotTableFieldOptionProperty pivotTableFieldOptionProperty = PivotTableFieldOptionProperty.builder()
         .customLabel("customLabel")
         .fieldId("fieldId")
         .visibility("visibility")
         .build();
 

See Also: