@Stability(value=Stable)
public static interface CfnFilter.StringFilterProperty
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.*;
StringFilterProperty stringFilterProperty = StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFilter.StringFilterProperty.Builder
A builder for
CfnFilter.StringFilterProperty |
static class |
CfnFilter.StringFilterProperty.Jsii$Proxy
An implementation for
CfnFilter.StringFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFilter.StringFilterProperty.Builder |
builder() |
String |
getComparison()
The operator to use when comparing values in the filter.
|
String |
getValue()
The value to filter on.
|
@Stability(value=Stable) @NotNull String getComparison()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnFilter.StringFilterProperty.Builder builder()
Copyright © 2023. All rights reserved.