Interface IFilterPattern

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

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-08-15T01:32:57.268Z") @Stability(Experimental) public interface IFilterPattern extends software.amazon.jsii.JsiiSerializable
(experimental) Filter events using an event pattern.

See Also:
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    (experimental) Stringified version of the filter pattern.
    void
    (experimental) Stringified version of the filter pattern.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getPattern

      @Stability(Experimental) @NotNull String getPattern()
      (experimental) Stringified version of the filter pattern.
    • setPattern

      void setPattern(@NotNull String value)
      (experimental) Stringified version of the filter pattern.