paws.management (version 0.1.0)

autoscaling_delete_launch_configuration: Deletes the specified launch configuration

Description

Deletes the specified launch configuration.

Usage

autoscaling_delete_launch_configuration(LaunchConfigurationName)

Arguments

LaunchConfigurationName

[required] The name of the launch configuration.

Request syntax

svc$delete_launch_configuration(
  LaunchConfigurationName = "string"
)

Details

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.

Examples

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

Run the code above in your browser using DataCamp Workspace