Interface CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty

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

@Stability(Stable) public static interface CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration that defines the default value of a DateTime parameter when a value has not been set.

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.*;
 DateTimeValueWhenUnsetConfigurationProperty dateTimeValueWhenUnsetConfigurationProperty = DateTimeValueWhenUnsetConfigurationProperty.builder()
         .customValue("customValue")
         .valueWhenUnsetOption("valueWhenUnsetOption")
         .build();
 

See Also: