interface ReferenceLineCustomLabelConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.ReferenceLineCustomLabelConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.ReferenceLineCustomLabelConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.ReferenceLineCustomLabelConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const referenceLineCustomLabelConfigurationProperty: quicksight.CfnDashboard.ReferenceLineCustomLabelConfigurationProperty = {
customLabel: 'customLabel',
};
Properties
Name | Type | Description |
---|---|---|
custom | string | The string text of the custom label. |
customLabel
Type:
string
The string text of the custom label.