Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Value

An empty list.

Request syntax

svc$delete_launch_configuration(
  LaunchConfigurationName = "string"
)

Examples

## Not run: 
# This example deletes the specified launch configuration.
svc$delete_launch_configuration(
  LaunchConfigurationName = "my-launch-config"
)

## End(Not run)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.