interface ReferenceLineCustomLabelConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ReferenceLineCustomLabelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ReferenceLineCustomLabelConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ReferenceLineCustomLabelConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ReferenceLineCustomLabelConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.