Interface CfnInsight.NumberFilterProperty

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

@Stability(Stable) public static interface CfnInsight.NumberFilterProperty extends software.amazon.jsii.JsiiSerializable
A number filter for querying findings.

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.*;
 NumberFilterProperty numberFilterProperty = NumberFilterProperty.builder()
         .eq(123)
         .gte(123)
         .lte(123)
         .build();
 

See Also: