Interface CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty

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

@Stability(Stable) public static interface CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 DataPrepPercentileAggregationFunctionProperty dataPrepPercentileAggregationFunctionProperty = DataPrepPercentileAggregationFunctionProperty.builder()
         .inputColumnName("inputColumnName")
         .percentileValue(123)
         .build();
 

See Also: