interface ReferenceLineStaticDataConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_ReferenceLineStaticDataConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.ReferenceLineStaticDataConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const referenceLineStaticDataConfigurationProperty: quicksight.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