AWS SDK for .NET Documentation
AlarmHistoryItem Class
AmazonAmazon.CloudWatch.ModelAlarmHistoryItem Did this page help you?   Yes   No    Tell us about it...

The AlarmHistoryItem data type contains descriptive information about the history of a specific alarm. If you call DescribeAlarmHistory, Amazon CloudWatch returns this data type as part of the DescribeAlarmHistoryResult data type.

Declaration Syntax
C#
public class AlarmHistoryItem
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AlarmHistoryItem()()()()
Initializes a new instance of the AlarmHistoryItem class

AlarmName
The descriptive name for the alarm.

Constraints:

Length
1 - 255


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HistoryData
Machine-readable data about the alarm in JSON format.

Constraints:

Length
1 - 4095


HistoryItemType
The type of alarm history item.

Constraints:

Allowed Values
ConfigurationUpdate, StateUpdate, Action


HistorySummary
A human-readable summary of the alarm history.

Constraints:

Length
1 - 255


Timestamp
The time stamp for the alarm history item.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAlarmName(String) Obsolete.
Sets the AlarmName property

WithHistoryData(String) Obsolete.
Sets the HistoryData property

WithHistoryItemType(String) Obsolete.
Sets the HistoryItemType property

WithHistorySummary(String) Obsolete.
Sets the HistorySummary property

WithTimestamp(DateTime) Obsolete.
Sets the Timestamp property

Inheritance Hierarchy
Object
AlarmHistoryItem

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)