Interface IFilter

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IFilter.Jsii$Default
All Known Implementing Classes:
Filter, IFilter.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.950Z") @Stability(Experimental) public interface IFilter extends software.amazon.jsii.JsiiSerializable
(experimental) The collection of event patterns used to filter events.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IFilter.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) Filters for the source.
    void
    (experimental) Filters for the source.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getFilters

      @Stability(Experimental) @NotNull List<IFilterPattern> getFilters()
      (experimental) Filters for the source.
    • setFilters

      void setFilters(@NotNull List<IFilterPattern> value)
      (experimental) Filters for the source.