@Stability(value=Stable)
public static interface CfnFilter.MapFilterProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getComparison()
The operator to use when comparing values in the filter.
|
default String |
getKey()
The tag key used in the filter.
|
default String |
getValue()
The tag value used in the filter.
|
@Stability(value=Stable) @NotNull String getComparison()
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnFilter.MapFilterProperty.Builder builder()
Copyright © 2023. All rights reserved.