interface ReferenceLineStaticDataConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ReferenceLineStaticDataConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ReferenceLineStaticDataConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ReferenceLineStaticDataConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » ReferenceLineStaticDataConfigurationProperty |
The static data 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 referenceLineStaticDataConfigurationProperty: quicksight.CfnDashboard.ReferenceLineStaticDataConfigurationProperty = {
value: 123,
};
Properties
Name | Type | Description |
---|---|---|
value | number | The double input of the static data. |
value
Type:
number
The double input of the static data.