Interface CfnDashboardPropsMixin.NegativeValueConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.NegativeValueConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.NegativeValueConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the negative value 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.*;
NegativeValueConfigurationProperty negativeValueConfigurationProperty = NegativeValueConfigurationProperty.builder()
.displayMode("displayMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.NegativeValueConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisplayMode
Determines the display mode of the negative value configuration.- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.NegativeValueConfigurationProperty.Builder builder()
-