Interface CfnTemplate.DataColorProperty

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

@Stability(Stable) public static interface CfnTemplate.DataColorProperty extends software.amazon.jsii.JsiiSerializable
Determines the color that is applied to a particular data value.

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.*;
 DataColorProperty dataColorProperty = DataColorProperty.builder()
         .color("color")
         .dataValue(123)
         .build();