Interface CfnInsight.BooleanFilterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInsight.BooleanFilterProperty.Jsii$Proxy
- Enclosing class:
CfnInsight
@Stability(Stable)
public static interface CfnInsight.BooleanFilterProperty
extends software.amazon.jsii.JsiiSerializable
Boolean 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.*;
BooleanFilterProperty booleanFilterProperty = BooleanFilterProperty.builder()
.value(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInsight.BooleanFilterPropertystatic final classAn implementation forCfnInsight.BooleanFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The value of the boolean.- See Also:
-
builder
-