Class ListHealthEventsRequest

    • Method Detail

      • monitorName

        public final String monitorName()

        The name of the monitor.

        Returns:
        The name of the monitor.
      • startTime

        public final Instant startTime()

        The time when a health event started.

        Returns:
        The time when a health event started.
      • endTime

        public final Instant endTime()

        The time when a health event ended. If the health event is still ongoing, then the end time is not set.

        Returns:
        The time when a health event ended. If the health event is still ongoing, then the end time is not set.
      • nextToken

        public final String nextToken()

        The token for the next set of results. You receive this token from a previous call.

        Returns:
        The token for the next set of results. You receive this token from a previous call.
      • maxResults

        public final Integer maxResults()

        The number of health event objects that you want to return with this call.

        Returns:
        The number of health event objects that you want to return with this call.
      • linkedAccountId

        public final String linkedAccountId()

        The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.

        Returns:
        The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object