paws.management (version 0.1.0)

autoscaling_describe_launch_configurations: Describes one or more launch configurations

Description

Describes one or more launch configurations.

Usage

autoscaling_describe_launch_configurations(LaunchConfigurationNames,
  NextToken, MaxRecords)

Arguments

LaunchConfigurationNames

The launch configuration names. If you omit this parameter, all launch configurations are described.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

MaxRecords

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

Request syntax

svc$describe_launch_configurations(
  LaunchConfigurationNames = list(
    "string"
  ),
  NextToken = "string",
  MaxRecords = 123
)

Examples

Run this code
# NOT RUN {
# This example describes the specified launch configuration.
# }
# NOT RUN {
svc$describe_launch_configurations(
  LaunchConfigurationNames = list(
    "my-launch-config"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab