package awsquicksight // 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 "github.com/aws/aws-cdk-go/awscdk" // // referenceLineStaticDataConfigurationProperty := &ReferenceLineStaticDataConfigurationProperty{ // Value: jsii.Number(123), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinestaticdataconfiguration.html // type CfnAnalysis_ReferenceLineStaticDataConfigurationProperty struct { // The double input of the static data. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinestaticdataconfiguration.html#cfn-quicksight-analysis-referencelinestaticdataconfiguration-value // Value *float64 `field:"required" json:"value" yaml:"value"` }