Interface CfnFilter.ConditionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFilter.ConditionProperty.Jsii$Proxy
Enclosing class:
CfnFilter

@Stability(Stable) public static interface CfnFilter.ConditionProperty extends software.amazon.jsii.JsiiSerializable
Specifies the condition to apply to a single field when filtering through GuardDuty findings.

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.guardduty.*;
 ConditionProperty conditionProperty = ConditionProperty.builder()
         .eq(List.of("eq"))
         .equalTo(List.of("equalTo"))
         .greaterThan(123)
         .greaterThanOrEqual(123)
         .gt(123)
         .gte(123)
         .lessThan(123)
         .lessThanOrEqual(123)
         .lt(123)
         .lte(123)
         .neq(List.of("neq"))
         .notEquals(List.of("notEquals"))
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    static final class 
    An implementation for CfnFilter.ConditionProperty
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default List<String>
    Represents the equal condition to apply to a single field when querying for findings.
    default List<String>
    Represents an equal ** condition to be applied to a single field when querying for findings.
    default Number
    Represents a greater than condition to be applied to a single field when querying for findings.
    default Number
    Represents a greater than or equal condition to be applied to a single field when querying for findings.
    default Number
    Represents a greater than condition to be applied to a single field when querying for findings.
    default Number
    Represents the greater than or equal condition to apply to a single field when querying for findings.
    default Number
    Represents a less than condition to be applied to a single field when querying for findings.
    default Number
    Represents a less than or equal condition to be applied to a single field when querying for findings.
    default Number
    Represents the less than condition to apply to a single field when querying for findings.
    default Number
    Represents the less than or equal condition to apply to a single field when querying for findings.
    default List<String>
    Represents the not equal condition to apply to a single field when querying for findings.
    default List<String>
    Represents a not equal ** condition to be applied to a single field when querying for findings.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson