Learn R Programming

paws.management (version 0.1.12)

autoscaling_delete_launch_configuration: Deletes the specified launch configuration

Description

Deletes the specified launch configuration.

The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.

Usage

autoscaling_delete_launch_configuration(LaunchConfigurationName)

Value

An empty list.

Arguments

LaunchConfigurationName

[required] The name of the launch configuration.

Request syntax

svc$delete_launch_configuration(
  LaunchConfigurationName = "string"
)

Examples

Run this code
if (FALSE) {
# This example deletes the specified launch configuration.
svc$delete_launch_configuration(
  LaunchConfigurationName = "my-launch-config"
)
}

Run the code above in your browser using DataLab