Interface EventSeriesV1Beta1

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

    @Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
               date="2023-01-26T02:32:35.035Z")
    @Stability(Stable)
    public interface EventSeriesV1Beta1
    extends software.amazon.jsii.JsiiSerializable
    EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
    • Method Detail

      • getCount

        @Stability(Stable)
        @NotNull
        Number getCount()
        count is the number of occurrences in this series up to the last heartbeat time.
      • getLastObservedTime

        @Stability(Stable)
        @NotNull
        Instant getLastObservedTime()
        lastObservedTime is the time when last Event from the series was seen before last heartbeat.