Interface CfnFilter.MapFilterProperty

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

@Stability(Stable) public static interface CfnFilter.MapFilterProperty extends software.amazon.jsii.JsiiSerializable
An object that describes details of a map 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.*;
 MapFilterProperty mapFilterProperty = MapFilterProperty.builder()
         .comparison("comparison")
         // the properties below are optional
         .key("key")
         .value("value")
         .build();
 

See Also: