Interface CfnAnalysis.ReferenceLineCustomLabelConfigurationProperty

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

@Stability(Stable) public static interface CfnAnalysis.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();
 

See Also: