View source: R/cloudwatch_operations.R
| cloudwatch_describe_alarms_for_metric | R Documentation | 
Retrieves 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.
cloudwatch_describe_alarms_for_metric(
  MetricName,
  Namespace,
  Statistic = NULL,
  ExtendedStatistic = NULL,
  Dimensions = NULL,
  Period = NULL,
  Unit = NULL
)
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   | 
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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.