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