Amazon.AmazonWebServices.CloudWatchMetricAlarmAmazon CloudWatch Alarm

Amazon.AmazonWebServices.CloudWatchMetricAlarm (ClassType)

This object represents Amazon Cloud Watch Metric Alarm.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedFalse
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 the object. false 4000  False 
Amazon.AmazonWebServices.Component:
RegionName  string  Region false 256  False 
Amazon.AmazonWebServices.CloudWatchMetricAlarm:
Id  string  Alarm ID true 256  False 
Guid  string      true 256  False 
Description  string  Description false 65536  False 
Condition  string  Condition false 256  False 
AlarmName  string  Alarm Name false 256  False 
MetricName  string  Metric Name false 256  False 
Namespace  string  Namespace false 256  False 
Threshold  string  Threshold false 256  False 
Unit  string  Unit false 256  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.CloudWatchMetricAlarm" Base="Amazon.AmazonWebServices.Component" Hosted="false" Accessibility="Public" Abstract="false" Singleton="false">
<Property ID="Id" Type="string" MinLength="0" Key="true"/>
<Property ID="Guid" Type="string" MinLength="0" Key="true"/>
<Property ID="Description" Type="string" MinLength="0" MaxLength="65536" Key="false"/>
<Property ID="Condition" Type="string" MinLength="0" Key="false"/>
<Property ID="AlarmName" Type="string" MinLength="0" Key="false"/>
<Property ID="MetricName" Type="string" MinLength="0" Key="false"/>
<Property ID="Namespace" Type="string" MinLength="0" Key="false"/>
<Property ID="Threshold" Type="string" MinLength="0" Key="false"/>
<Property ID="Unit" Type="string" MinLength="0" Key="false"/>
</ClassType>