Amazon.AmazonWebServices.CloudWatchMetricAlarmAmazon CloudWatch Alarm

Amazon.AmazonWebServices.CloudWatchMetricAlarm (ClassType)

This object represents Amazon EC2 Metric Alarm.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfa860b8b-b721-c1c2-9b77-1590ceb8f548

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Amazon.AmazonWebServices.Component:
RegionName  string  Region false 256  False 
Amazon.AmazonWebServices.CloudWatchMetricAlarm:
Id  string  Alarm ID true 256  False 
Description  string  Description false 65536  False 
Condition  string  Condition false 256  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.CloudWatchMetricAlarm" Base="Amazon.AmazonWebServices.Component" Hosted="true" Accessibility="Public" Abstract="false" Singleton="false">
<Property ID="Id" Type="string" MinLength="0" Key="true"/>
<Property ID="Description" Type="string" MinLength="0" Length="65536" Key="false"/>
<Property ID="Condition" Type="string" MinLength="0" Key="false"/>
</ClassType>