persistent class EnsLib.AmazonCloudWatch.PutMetricDataRequest
extends Ens.Request
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
5
|
|
|
|
|
|
property Dimensions
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 MetricName
as %String(MAXLEN=100);
Metric name
property MetricUnit
as %String(MAXLEN=100);
Metric unit.
For possible units, please refer to https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/cloudwatch/model/StandardUnit.html
property MetricValue
as %Numeric;
Metric value
property Namespace
as %String(MAXLEN=100);
Metric name space