@Stability(value=Stable)
public static interface CfnFilter.FindingCriteriaProperty
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.guardduty.*;
Object criterion;
FindingCriteriaProperty findingCriteriaProperty = FindingCriteriaProperty.builder()
.criterion(criterion)
.itemType(ConditionProperty.builder()
.eq(List.of("eq"))
.gte(123)
.lt(123)
.lte(123)
.neq(List.of("neq"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFilter.FindingCriteriaProperty.Builder
A builder for
CfnFilter.FindingCriteriaProperty |
static class |
CfnFilter.FindingCriteriaProperty.Jsii$Proxy
An implementation for
CfnFilter.FindingCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFilter.FindingCriteriaProperty.Builder |
builder() |
default Object |
getCriterion()
`CfnFilter.FindingCriteriaProperty.Criterion`.
|
default Object |
getItemType()
`CfnFilter.FindingCriteriaProperty.ItemType`.
|
@Stability(value=Stable) @Nullable default Object getCriterion()
@Stability(value=Stable) @Nullable default Object getItemType()
@Stability(value=Stable) static CfnFilter.FindingCriteriaProperty.Builder builder()
Copyright © 2021. All rights reserved.