Interface CfnDashboard.NullValueFormatConfigurationProperty

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

@Stability(Stable) public static interface CfnDashboard.NullValueFormatConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The options that determine the null value format 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.services.quicksight.*;
 NullValueFormatConfigurationProperty nullValueFormatConfigurationProperty = NullValueFormatConfigurationProperty.builder()
         .nullString("nullString")
         .build();
 

See Also: