Learn R Programming

paws.management (version 0.1.10)

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)

Arguments

LaunchConfigurationName

[required] The name of the launch configuration.

Request syntax

svc$delete_launch_configuration(
  LaunchConfigurationName = "string"
)

Examples

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

Run the code above in your browser using DataLab