Interface CfnAnalysisPropsMixin.GradientStopProperty

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

@Stability(Stable) public static interface CfnAnalysisPropsMixin.GradientStopProperty extends software.amazon.jsii.JsiiSerializable
Determines the gradient stop configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
 GradientStopProperty gradientStopProperty = GradientStopProperty.builder()
         .color("color")
         .dataValue(123)
         .gradientOffset(123)
         .build();
 

See Also: