Interface CfnInsight.DateRangeProperty

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

@Stability(Stable) public static interface CfnInsight.DateRangeProperty extends software.amazon.jsii.JsiiSerializable
A date range for the date filter.

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.securityhub.*;
 DateRangeProperty dateRangeProperty = DateRangeProperty.builder()
         .unit("unit")
         .value(123)
         .build();
 

See Also: