Interface CfnFilter.StringFilterProperty

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

@Stability(Stable) public static interface CfnFilter.StringFilterProperty extends software.amazon.jsii.JsiiSerializable
An object that describes the details of a string filter.

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.inspectorv2.*;
 StringFilterProperty stringFilterProperty = StringFilterProperty.builder()
         .comparison("comparison")
         .value("value")
         .build();
 

See Also: