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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFilter.MapFilterPropertystatic final classAn implementation forCfnFilter.MapFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComparison
The operator to use when comparing values in the filter.- See Also:
-
getKey
The tag key used in the filter.- See Also:
-
getValue
The tag value used in the filter.- See Also:
-
builder
-