Amazon.AmazonWebServices.CloudWatchMetricAmazon Web Services CloudWatch Metric Class

Amazon.AmazonWebServices.CloudWatchMetric (ClassType)

CloudWatch Metric that are used to extract performance data.

Element properties:

Base ClassAmazon.AmazonWebServices.Component
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb8fa9615-f01c-976d-c911-b3f8ffeda248

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.CloudWatchMetric:
CloudWatchMetricId  string  The unique ID of CloudWatch Metric Class true 256  False 
Guid  string  The unique GUID of CloudWatch Metric Class true 256  False 
MetricName  string  The Metric Name of CloudWatch Metric Class false 256  False 
Namespace  string  The Namespace of CloudWatch Metric Class false 256  False 
Dimensions  string  The formatted Dimensions of CloudWatch Metric Class false 256  False 

Health Model:

Source Code:

<ClassType ID="Amazon.AmazonWebServices.CloudWatchMetric" Base="Amazon.AmazonWebServices.Component" Hosted="false" Accessibility="Public" Abstract="false" Singleton="false">
<Property ID="CloudWatchMetricId" Type="string" MinLength="0" Key="true"/>
<Property ID="Guid" Type="string" MinLength="0" Key="true"/>
<Property ID="MetricName" Type="string" MinLength="0" Key="false"/>
<Property ID="Namespace" Type="string" MinLength="0" Key="false"/>
<Property ID="Dimensions" Type="string" MinLength="0" Key="false"/>
</ClassType>