deleteLaunchConfiguration
abstract suspend fun deleteLaunchConfiguration(input: DeleteLaunchConfigurationRequest): DeleteLaunchConfigurationResponse
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.
Samples
// This example deletes the specified launch configuration.
autoScalingClient.deleteLaunchConfiguration {
launchConfigurationName = "my-launch-config"
}Content copied to clipboard