Interface EventSource

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

    @Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)",
               date="2022-09-16T03:33:03.936Z")
    @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.