class EnsLib.AmazonCloudWatch.OutboundAdapter
extends EnsLib.PEX.OutboundAdapter, EnsLib.Amazon.Common
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
3
|
|
|
|
|
method OnInit()
as %Status
This user callback method is called just after %OnNew()
method PutMetricAlarm(namespace As %String, alarmName As %String, metricName As %String, alarmDescription As %String, comparisonOperator As %String, statistic As %String, unit As %String, evaluationPeriods As %Integer, period As %Integer, threshold As %Double, actionEnabled As %Boolean, dims As %String)
as %Status
method PutMetricData(namespace As %String, metricName As %String, metricValue As %Numeric, metricUnit As %String, dims As %String = "")
as %Status