Interface CfnDashboard.ReferenceLineCustomLabelConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboard.ReferenceLineCustomLabelConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDashboard

@Stability(Stable) public static interface CfnDashboard.ReferenceLineCustomLabelConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*;
 ReferenceLineCustomLabelConfigurationProperty referenceLineCustomLabelConfigurationProperty = ReferenceLineCustomLabelConfigurationProperty.builder()
         .customLabel("customLabel")
         .build();