interface ReferenceLineDataConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ReferenceLineDataConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ReferenceLineDataConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ReferenceLineDataConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ReferenceLineDataConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » ReferenceLineDataConfigurationProperty |
The data configuration of the reference line.
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 referenceLineDataConfigurationProperty: quicksight.CfnAnalysis.ReferenceLineDataConfigurationProperty = {
axisBinding: 'axisBinding',
dynamicConfiguration: {
calculation: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
// the properties below are optional
measureAggregationFunction: {
attributeAggregationFunction: {
simpleAttributeAggregation: 'simpleAttributeAggregation',
valueForMultipleValues: 'valueForMultipleValues',
},
categoricalAggregationFunction: 'categoricalAggregationFunction',
dateAggregationFunction: 'dateAggregationFunction',
numericalAggregationFunction: {
percentileAggregation: {
percentileValue: 123,
},
simpleNumericalAggregation: 'simpleNumericalAggregation',
},
},
},
seriesType: 'seriesType',
staticConfiguration: {
value: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
axis | string | The axis binding type of the reference line. Choose one of the following options:. |
dynamic | IResolvable | Reference | The dynamic configuration of the reference line data configuration. |
series | string | The series type of the reference line data configuration. Choose one of the following options:. |
static | IResolvable | Reference | The static data configuration of the reference line data configuration. |
axisBinding?
Type:
string
(optional)
The axis binding type of the reference line. Choose one of the following options:.
PrimaryY
SecondaryY
dynamicConfiguration?
Type:
IResolvable
|
Reference
(optional)
The dynamic configuration of the reference line data configuration.
seriesType?
Type:
string
(optional)
The series type of the reference line data configuration. Choose one of the following options:.
BAR
LINE
staticConfiguration?
Type:
IResolvable
|
Reference
(optional)
The static data configuration of the reference line data configuration.