Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
Private  Storage   

persistent class EnsLib.AmazonCloudWatch.PutMetricAlarmRequest extends Ens.Request

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
12


Summary

Properties
ActionEnabled AlarmDescription AlarmName ComparisonOperator
Dims EvaluationPeriods MetricName Namespace
Period Statistic Threshold Unit

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %CompareContents
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%DrawHTMLForm %DrawHTMLTable %Exists %ExistsId
%Extends %GUID %GUIDSet %GetContentType
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %OnTimeout
%Open %OpenId %OriginalNamespace %PackageName
%PhysicalAddress %ProcessSubmit %PurgeIndices %Reload
%RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack %Save
%SaveDirect %SaveIndices %SerializeObject %SetModified
%ShowContents %ShowContentsHead %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable GetStatsDimension
NewResponse XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.