Interface CfnInsight.IpFilterProperty

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

@Stability(Stable) public static interface CfnInsight.IpFilterProperty extends software.amazon.jsii.JsiiSerializable
The IP 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.*;
 IpFilterProperty ipFilterProperty = IpFilterProperty.builder()
         .cidr("cidr")
         .build();
 

See Also: