Package-level declarations
Types
Dimension is an embedded property of the `AWS::CloudWatch::Alarm`
type. Dimensions are name/value pairs that can be associated with a CW metric. You can specify a maximum of 10 dimensions for a given metric.
The `Metric`
property type represents a specific metric. `Metric`
is a property of the MetricStat property type.
The `MetricDataQuery`
property type specifies the metric data to return, and whether this call is just retrieving a batch set of data for one metric, or is performing a math expression on metric data. Any expression used must return a single time series. For more information, see Metric Math Syntax and Functions in the User Guide.
This structure defines the metric to be returned, along with the statistics, period, and units. `MetricStat`
is a property of the MetricDataQuery property type.
This structure defines the metrics that will be streamed.
This structure specifies a list of additional statistics to stream, and the metrics to stream those additional statistics for. All metrics that match the combination of metric name and namespace will be streamed with the extended statistics, no matter their dimensions.
A structure that specifies the metric name and namespace for one metric that is going to have additional statistics included in the stream.