Description Usage Arguments Details See Also
Get CloudWatch alarms and alarm information; delete alarms
1 2 3 4 5 6 7 | delete_alarms(alarm, ...)
get_alarms(alarm, prefix, state, n, token, ...)
get_alarm_history(alarm, type, start, end, n, token, ...)
temp_alarm_state(alarm, reason, state, ...)
|
alarm |
A character vector specifying one or more CloudWatch alarm names. |
... |
Additional arguments passed to |
prefix |
Rather than specify |
state |
An optional character string specifying an alarm state to be used when matching alarms. One of: “OK”, “ALARM”, or “INSUFFICIENT_DATA”. |
n |
The maximum number of records to return. |
token |
A pagination token. |
type |
Optionally, a character string specifying the type of alarm history to retrieve. One of: “ConfigurationUpdate”, “StateUpdate”, or “Action”. |
start |
Optionally, the start date of alarm history to retrieve. |
end |
Optionally, the end date of alarm history to retrieve. |
reason |
A charater string specifying the alarm is being temporarily set to this state. |
These functions delete, modify, and retrieve details about CloudWatch alarms. create_alarms creates a new alarm. delete_arms deletes one or more alarms. get_alarms can retrieve a specific alarm or list available alarms, and get_alarm_history retrieve's an alarms history. temp_alarm_state temporarily changes an alarm's status, which can be useful for testing purposes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.