
describe-tags
*************


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

Lists the Auto Scaling group tags.

You can use filters to limit results when describing tags. For
example, you can query for tags of a particular Auto Scaling group.
You can specify multiple values for a filter. A tag must match at
least one of the specified values for it to be included in the
results.

You can also specify multiple filters. The result includes information
for a particular tag only if it matches all your filters. If there's
no match, no special message is returned.


SYNOPSIS
========

   aws autoscaling describe-tags
     [--max-records <value>]
     [--next-token <value>]
     [--filters <value>]


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

None


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

"--max-records"  (integer)
   The maximum number of records to return.

"--next-token"  (string)
   A string that marks the start of the next batch of returned
   results.

"--filters"  (list)
   The value of the filter type used to identify the tags to be
   returned. For example, you can filter so that tags are returned
   according to Auto Scaling group, the key and value, or whether the
   new tag will be applied to instances launched after the tag is
   created (PropagateAtLaunch).

      (structure)
         The "Filter" data type.

         "values"  (list of string)
            The value of the filter.

         "name"  (string)
            The name of the filter. Valid Name values are: ""auto-
            scaling-group"" , ""key"" , ""value"" , and ""propagate-
            at-launch"" .

   *Parameter Syntax*

      [
        {
          "values":
            ["string", ...],
          "name": "string"
        }
        ...
      ]
