public static interface CfnFilter.MapFilterProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFilter.MapFilterProperty.Builder
A builder for
CfnFilter.MapFilterProperty |
static class |
CfnFilter.MapFilterProperty.Jsii$Proxy
An implementation for
CfnFilter.MapFilterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFilter.MapFilterProperty.Builder |
builder() |
java.lang.String |
getComparison()
The operator to use when comparing values in the filter.
|
default java.lang.String |
getKey()
The tag key used in the filter.
|
default java.lang.String |
getValue()
The tag value used in the filter.
|
java.lang.String getComparison()
default java.lang.String getKey()
default java.lang.String getValue()
static CfnFilter.MapFilterProperty.Builder builder()