interface ReferenceLineCustomLabelConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.ReferenceLineCustomLabelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_ReferenceLineCustomLabelConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ReferenceLineCustomLabelConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.ReferenceLineCustomLabelConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const referenceLineCustomLabelConfigurationProperty: quicksight.CfnTemplatePropsMixin.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