Interface CfnTemplatePropsMixin.DataBarsOptionsProperty

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

@Stability(Stable) public static interface CfnTemplatePropsMixin.DataBarsOptionsProperty extends software.amazon.jsii.JsiiSerializable
The options for data bars.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.quicksight.mixins.*;
 DataBarsOptionsProperty dataBarsOptionsProperty = DataBarsOptionsProperty.builder()
         .fieldId("fieldId")
         .negativeColor("negativeColor")
         .positiveColor("positiveColor")
         .build();
 

See Also: