public static interface CfnAnalyzer.FilterProperty
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.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 java.util.List<java.lang.String> |
getContains()
A "contains" condition to match for the rule.
|
default java.util.List<java.lang.String> |
getEq()
An "equals" condition to match for the rule.
|
default java.lang.Object |
getExists()
An "exists" condition to match for the rule.
|
default java.util.List<java.lang.String> |
getNeq()
A "not equal" condition to match for the rule.
|
java.lang.String |
getProperty()
The property used to define the criteria in the filter for the rule.
|
java.lang.String getProperty()
default java.util.List<java.lang.String> getContains()
default java.util.List<java.lang.String> getEq()
default java.lang.Object getExists()
default java.util.List<java.lang.String> getNeq()
static CfnAnalyzer.FilterProperty.Builder builder()
CfnAnalyzer.FilterProperty.Builder
of CfnAnalyzer.FilterProperty