Interface CfnDashboardPropsMixin.DateTimeValueProperty

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

@Stability(Stable) public static interface CfnDashboardPropsMixin.DateTimeValueProperty extends software.amazon.jsii.JsiiSerializable
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.bcm.*;
 DateTimeValueProperty dateTimeValueProperty = DateTimeValueProperty.builder()
         .type("type")
         .value("value")
         .build();
 

See Also: