class Aws::Lightsail::Types::TestAlarmRequest
@note When making an API call, you may pass TestAlarmRequest
data as a hash: { alarm_name: "ResourceName", # required state: "OK", # required, accepts OK, ALARM, INSUFFICIENT_DATA }
@!attribute [rw] alarm_name
The name of the alarm to test. @return [String]
@!attribute [rw] state
The alarm state to test. An alarm has the following possible states that can be tested: * `ALARM` - The metric is outside of the defined threshold. * `INSUFFICIENT_DATA` - The alarm has just started, the metric is not available, or not enough data is available for the metric to determine the alarm state. * `OK` - The metric is within the defined threshold. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/TestAlarmRequest AWS API Documentation
Constants
- SENSITIVE