alarms: CloudWatch Alarms

Description Usage Arguments Details See Also

Description

Get CloudWatch alarms and alarm information; delete alarms

Usage

1
2
3
4
5
6
7

Arguments

alarm

A character vector specifying one or more CloudWatch alarm names.

...

Additional arguments passed to cloudwatchHTTP.

prefix

Rather than specify alarm, it is possible to specify the prefix of a set of alarm names using this parameter.

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.

Details

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.

See Also

enable_actions


cloudyr/aws.cloudwatch documentation built on Jan. 14, 2020, 4:54 a.m.