
describe-launch-configurations
******************************


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

Returns a full description of the launch configurations, or the
specified launch configurations, if they exist.

If no name is specified, then the full details of all launch
configurations are returned.


SYNOPSIS
========

   aws autoscaling describe-launch-configurations
     [--max-records <value>]
     [--launch-configuration-names <value>]
     [--next-token <value>]


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

None


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

"--max-records"  (integer)
   The maximum number of launch configurations. The default is 100.

"--launch-configuration-names"  (list of string)
   A list of launch configuration names.

   *Parameter Syntax*

      ["string", ...]

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