Interface IFilterPattern

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:38.098Z") @Stability(Stable) public interface IFilterPattern extends software.amazon.jsii.JsiiSerializable
Interface for objects that can render themselves to log patterns.
  • 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
     

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getLogPatternString

      @Stability(Stable) @NotNull String getLogPatternString()