aws-cdk-lib.aws_quicksight.CfnDashboard.PercentileAggregationProperty

interface PercentileAggregationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.PercentileAggregationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_PercentileAggregationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.PercentileAggregationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.PercentileAggregationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » PercentileAggregationProperty

An aggregation based on the percentile of values in a dimension or measure.

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-lib';
const percentileAggregationProperty: quicksight.CfnDashboard.PercentileAggregationProperty = {
  percentileValue: 123,
};

Properties

NameTypeDescription
percentileValue?numberThe percentile value.

percentileValue?

Type: number (optional)

The percentile value.

This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.