Auto Scaling
API Reference (API Version 2011-01-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

DescribeLaunchConfigurations

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.

Request Parameters

For information about the common parameters that all actions use, see Common Parameters.

LaunchConfigurationNames.member.N

A list of launch configuration names.

Type: String list

Required: No

MaxRecords

The maximum number of launch configurations. The default is 100.

Type: Integer

Required: No

NextToken

A string that marks the start of the next batch of returned results.

Type: String

Required: No

Response Elements

The following elements are returned in a DescribeLaunchConfigurationsResult structure.

LaunchConfigurations

A list of launch configurations.

Type: LaunchConfiguration list

NextToken

A string that marks the start of the next batch of returned results.

Type: String

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidNextToken

The NextToken value is invalid.

HTTP Status Code: 400