interface ReferenceLineDynamicDataConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ReferenceLineDynamicDataConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ReferenceLineDynamicDataConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ReferenceLineDynamicDataConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » ReferenceLineDynamicDataConfigurationProperty |
The dynamic configuration of the reference line data configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const referenceLineDynamicDataConfigurationProperty: quicksight.CfnDashboard.ReferenceLineDynamicDataConfigurationProperty = {
calculation: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
measureAggregationFunction: {
categoricalAggregationFunction: 'categoricalAggregationFunction',
dateAggregationFunction: 'dateAggregationFunction',
numericalAggregationFunction: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
},
};
Properties
Name | Type | Description |
---|---|---|
calculation | IResolvable | Numerical | The calculation that is used in the dynamic data. |
column | IResolvable | Column | The column that the dynamic data targets. |
measure | IResolvable | Aggregation | The aggregation function that is used in the dynamic data. |
calculation
Type:
IResolvable
|
Numerical
The calculation that is used in the dynamic data.
column
Type:
IResolvable
|
Column
The column that the dynamic data targets.
measureAggregationFunction
Type:
IResolvable
|
Aggregation
The aggregation function that is used in the dynamic data.