autoscaling_describe_launch_configurations: Gets information about the launch configurations in the...

View source: R/autoscaling_operations.R

autoscaling_describe_launch_configurationsR Documentation

Gets information about the launch configurations in the account and Region

Description

Gets information about the launch configurations in the account and Region.

See https://www.paws-r-sdk.com/docs/autoscaling_describe_launch_configurations/ for full documentation.

Usage

autoscaling_describe_launch_configurations(
  LaunchConfigurationNames = NULL,
  NextToken = NULL,
  MaxRecords = NULL
)

Arguments

LaunchConfigurationNames

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

Array Members: Maximum number of 50 items.

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.