interface ReferenceLineStaticDataConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_ReferenceLineStaticDataConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const referenceLineStaticDataConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty = {
value: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | number | The double input of the static data. |
value?
Type:
number
(optional, default: 0)
The double input of the static data.

.NET
Go
Java
Python
TypeScript