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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnInsight.DateRangeProperty
static final class
An implementation forCfnInsight.DateRangeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnit
A date range unit for the date filter.- See Also:
-
getValue
A date range value for the date filter.- See Also:
-
builder
-