interface DataPrepPercentileAggregationFunctionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSetPropsMixin_DataPrepPercentileAggregationFunctionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDataSetPropsMixin » DataPrepPercentileAggregationFunctionProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const dataPrepPercentileAggregationFunctionProperty: quicksight.CfnDataSetPropsMixin.DataPrepPercentileAggregationFunctionProperty = {
inputColumnName: 'inputColumnName',
percentileValue: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| input | string | |
| percentile | number |
inputColumnName?
Type:
string
(optional)
percentileValue?
Type:
number
(optional, default: 0)

.NET
Go
Java
Python
TypeScript