@Stability(value=Stable)
public static interface CfnAnalyzer.FilterProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.accessanalyzer.*;
FilterProperty filterProperty = FilterProperty.builder()
.property("property")
// the properties below are optional
.contains(List.of("contains"))
.eq(List.of("eq"))
.exists(false)
.neq(List.of("neq"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnalyzer.FilterProperty.Builder
A builder for
CfnAnalyzer.FilterProperty |
static class |
CfnAnalyzer.FilterProperty.Jsii$Proxy
An implementation for
CfnAnalyzer.FilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnalyzer.FilterProperty.Builder |
builder() |
default List<String> |
getContains()
`CfnAnalyzer.FilterProperty.Contains`.
|
default List<String> |
getEq()
`CfnAnalyzer.FilterProperty.Eq`.
|
default Object |
getExists()
`CfnAnalyzer.FilterProperty.Exists`.
|
default List<String> |
getNeq()
`CfnAnalyzer.FilterProperty.Neq`.
|
String |
getProperty()
`CfnAnalyzer.FilterProperty.Property`.
|
@Stability(value=Stable) @Nullable default List<String> getContains()
@Stability(value=Stable) @Nullable default List<String> getEq()
@Stability(value=Stable) @Nullable default Object getExists()
@Stability(value=Stable) @Nullable default List<String> getNeq()
@Stability(value=Stable) @NotNull String getProperty()
@Stability(value=Stable) static CfnAnalyzer.FilterProperty.Builder builder()
CfnAnalyzer.FilterProperty.Builder of CfnAnalyzer.FilterPropertyCopyright © 2021. All rights reserved.