ListMonitoringAlertHistoryRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A filter that returns only alerts created on or after the specified time.

Link copied to clipboard

A filter that returns only alerts created on or before the specified time.

Link copied to clipboard

The maximum number of results to display. The default is 100.

Link copied to clipboard

The name of a monitoring alert.

Link copied to clipboard

The name of a monitoring schedule.

Link copied to clipboard

If the result of the previous ListMonitoringAlertHistory request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

Link copied to clipboard

The field used to sort results. The default is CreationTime.

Link copied to clipboard

The sort order, whether Ascending or Descending, of the alert history. The default is Descending.

Link copied to clipboard

A filter that retrieves only alerts with a specific status.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String