NAME
Paws::CloudWatch::GetMetricStatistics - Arguments for method GetMetricStatistics on Paws::CloudWatch
DESCRIPTION
This class represents the parameters used for calling the method GetMetricStatistics on the Amazon CloudWatch service. Use the attributes of this class as arguments to method GetMetricStatistics.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetMetricStatistics.
As an example:
$service_obj->GetMetricStatistics(Att1 => $value1, Att2 => $value2, ...);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.
ATTRIBUTES
Dimensions => ArrayRef[Paws::CloudWatch::Dimension]
The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension. CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve statistics using combinations of dimensions that were not specially published. You must specify the same dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide.
REQUIRED EndTime => Str
The time stamp that determines the last data point to return.
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
ExtendedStatistics => ArrayRef[Str|Undef]
The percentile statistics. Specify values between p0.0 and p100.
REQUIRED MetricName => Str
The name of the metric, with or without spaces.
REQUIRED Namespace => Str
The namespace of the metric, with or without spaces.
REQUIRED Period => Int
The granularity, in seconds, of the returned data points. A period can be as short as one minute (60 seconds) and must be a multiple of 60. The default value is 60.
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must specify the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
REQUIRED StartTime => Str
The time stamp that determines the first data point to return. Note that start times are evaluated relative to the time that CloudWatch receives the request.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
Statistics => ArrayRef[Str|Undef]
The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistic
.
Unit => Str
The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.
Valid values are: "Seconds"
, "Microseconds"
, "Milliseconds"
, "Bytes"
, "Kilobytes"
, "Megabytes"
, "Gigabytes"
, "Terabytes"
, "Bits"
, "Kilobits"
, "Megabits"
, "Gigabits"
, "Terabits"
, "Percent"
, "Count"
, "Bytes/Second"
, "Kilobytes/Second"
, "Megabytes/Second"
, "Gigabytes/Second"
, "Terabytes/Second"
, "Bits/Second"
, "Kilobits/Second"
, "Megabits/Second"
, "Gigabits/Second"
, "Terabits/Second"
, "Count/Second"
, "None"
SEE ALSO
This class forms part of Paws, documenting arguments for method GetMetricStatistics in Paws::CloudWatch
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues