aws-cdk-lib.aws_quicksight.CfnTemplate.ReferenceLineCustomLabelConfigurationProperty

interface ReferenceLineCustomLabelConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ReferenceLineCustomLabelConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ReferenceLineCustomLabelConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ReferenceLineCustomLabelConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ReferenceLineCustomLabelConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » ReferenceLineCustomLabelConfigurationProperty

The configuration for a custom label on a ReferenceLine .

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 referenceLineCustomLabelConfigurationProperty: quicksight.CfnTemplate.ReferenceLineCustomLabelConfigurationProperty = {
  customLabel: 'customLabel',
};

Properties

NameTypeDescription
customLabelstringThe string text of the custom label.

customLabel

Type: string

The string text of the custom label.