Retrieves the alarms for the specified metric
Source:R/cloudwatch_operations.R
cloudwatch_describe_alarms_for_metric.RdRetrieves the alarms for the specified metric. To filter the results, specify a statistic, period, or unit.
See https://www.paws-r-sdk.com/docs/cloudwatch_describe_alarms_for_metric/ for full documentation.
Usage
cloudwatch_describe_alarms_for_metric(
MetricName,
Namespace,
Statistic = NULL,
ExtendedStatistic = NULL,
Dimensions = NULL,
Period = NULL,
Unit = NULL
)Arguments
- MetricName
[required] The name of the metric.
- Namespace
[required] The namespace of the metric.
- Statistic
The statistic for the metric, other than percentiles. For percentile statistics, use
ExtendedStatistics.- ExtendedStatistic
The percentile statistic for the metric. Specify a value between p0.0 and p100.
- Dimensions
The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.
- Period
The period, in seconds, over which the statistic is applied.
- Unit
The unit for the metric.