
disable-metrics-collection
**************************


DESCRIPTION
===========

Disables monitoring of group metrics for the Auto Scaling group
specified in "--auto-scaling-group-name" . You can specify the list of
affected metrics with the "--metrics" parameter.


SYNOPSIS
========

   aws autoscaling disable-metrics-collection
     --auto-scaling-group-name <value>
     [--metrics <value>]


REQUIRED PARAMETERS
===================

"--auto-scaling-group-name"  (string)
   The name or ARN of the Auto Scaling Group.


OPTIONAL PARAMETERS
===================

"--metrics"  (list of string)
   The list of metrics to disable. If no metrics are specified, all
   metrics are disabled. The following metrics are supported:

   * GroupMinSize

   * GroupMaxSize

   * GroupDesiredCapacity

   * GroupInServiceInstances

   * GroupPendingInstances

   * GroupTerminatingInstances

   * GroupTotalInstances

   *Parameter Syntax*

      ["string", ...]
