Interface CfnDashboardPropsMixin.IReferenceLineStaticDataConfigurationProperty
The static data configuration of the reference line data configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IReferenceLineStaticDataConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IReferenceLineStaticDataConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var referenceLineStaticDataConfigurationProperty = new ReferenceLineStaticDataConfigurationProperty {
Value = 123
};
Synopsis
Properties
| Value | The double input of the static data. |
Properties
Value
The double input of the static data.
double? Value { get; }