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: