paws.management (version 0.1.0)

cloudwatch_describe_alarm_history: Retrieves the history for the specified alarm

Description

Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned.

Usage

cloudwatch_describe_alarm_history(AlarmName, HistoryItemType, StartDate,
  EndDate, MaxRecords, NextToken)

Arguments

AlarmName

The name of the alarm.

HistoryItemType

The type of alarm histories to retrieve.

StartDate

The starting date to retrieve alarm history.

EndDate

The ending date to retrieve alarm history.

MaxRecords

The maximum number of alarm history records to retrieve.

NextToken

The token returned by a previous call to indicate that there is more data available.

Request syntax

svc$describe_alarm_history(
  AlarmName = "string",
  HistoryItemType = "ConfigurationUpdate"|"StateUpdate"|"Action",
  StartDate = as.POSIXct(
    "2015-01-01"
  ),
  EndDate = as.POSIXct(
    "2015-01-01"
  ),
  MaxRecords = 123,
  NextToken = "string"
)

Details

CloudWatch retains the history of an alarm even if you delete the alarm.