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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInsight.IpFilterPropertystatic final classAn implementation forCfnInsight.IpFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidr
A finding's CIDR value.- See Also:
-
builder
-