Interface EventSource

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    EventSource.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)",
               date="2023-05-25T02:26:40.790Z")
    @Stability(Stable)
    public interface EventSource
    extends software.amazon.jsii.JsiiSerializable
    EventSource contains information for an event.
    • Method Detail

      • getComponent

        @Stability(Stable)
        @Nullable
        default String getComponent()
        Component from which the event is generated.
      • getHost

        @Stability(Stable)
        @Nullable
        default String getHost()
        Node name on which the event is generated.