aws-cdk-lib.aws_quicksight.CfnTemplate.ReferenceLineStaticDataConfigurationProperty

interface ReferenceLineStaticDataConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ReferenceLineStaticDataConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ReferenceLineStaticDataConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ReferenceLineStaticDataConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ReferenceLineStaticDataConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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-lib';
const referenceLineStaticDataConfigurationProperty: quicksight.CfnTemplate.ReferenceLineStaticDataConfigurationProperty = {
  value: 123,
};

Properties

NameTypeDescription
valuenumberThe double input of the static data.

value

Type: number

The double input of the static data.