interface ReferenceLineCustomLabelConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.ReferenceLineCustomLabelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_ReferenceLineCustomLabelConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ReferenceLineCustomLabelConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.ReferenceLineCustomLabelConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const referenceLineCustomLabelConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.ReferenceLineCustomLabelConfigurationProperty = {
customLabel: 'customLabel',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string | The string text of the custom label. |
customLabel?
Type:
string
(optional)
The string text of the custom label.

.NET
Go
Java
Python
TypeScript