persistent class EnsLib.AmazonCloudWatch.PutMetricAlarmRequest
extends Ens.Request
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
12
|
|
|
|
|
|
property ActionEnabled
as %Boolean;
Indicates whether actions should be executed during any changes to the alarm state.
property AlarmDescription
as %String(MAXLEN=1000);
The description for the alarm.
property AlarmName
as %String(MAXLEN=100);
The name for the alarm. This name must be unique within the Region.
property ComparisonOperator
as %String(MAXLEN=100);
The arithmetic operation to use when comparing the specified statistic and threshold. The possible values are:
GreaterThanOrEqualToThreshold
GreaterThanThreshold
GreaterThanUpperThreshold
LessThanLowerOrGreaterThanUpperThreshold
LessThanLowerThreshold
LessThanOrEqualToThreshold
LessThanThreshold
property Dims
as %String(MAXLEN=1000);
/// Metric dimensions. An array of name value pairs in json format.
For example, [{"Name":"StorageType","Value":"StandardStorage"},{"Name":"BucketName","Value":"test-fhir"}]
property EvaluationPeriods
as %Integer;
The number of periods over which data is compared to the specified threshold.
property MetricName
as %String(MAXLEN=100);
The name for the metric associated with the alarm.
property Namespace
as %String(MAXLEN=100);
The namespace for the metric associated specified in MetricName.
property Period
as %Integer;
The length, in seconds, used each time the metric specified in MetricName is evaluated.
property Statistic
as %String(MAXLEN=100);
The statistic for the metric specified in MetricName. The possible values are:
Average
Maximum
Minimum
SampleCount
Sum
property Threshold
as %Double;
The value against which the specified statistic is compared.
property Unit
as %String(MAXLEN=100);
The unit of measure for the statistic. The possible values are:
Bits
BitsSecond
Bytes
BytesSecond
Count
CountSecond
Gigabits
GigabitsSecond
Gigabytes
GigabytesSecond
Kilobits
KilobitsSecond
Kilobytes
KilobytesSecond
Megabits
MegabitsSecond
Megabytes
MegabytesSecond
Microseconds
Milliseconds
None
Percent
Seconds
Terabits
TerabitsSecond
Terabytes
TerabytesSecond