Learn R Programming

paws.compute (version 0.7.0)

elasticbeanstalk_delete_environment_configuration: Deletes the draft configuration associated with the running environment

Description

Deletes the draft configuration associated with the running environment.

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_delete_environment_configuration/ for full documentation.

Usage

elasticbeanstalk_delete_environment_configuration(
  ApplicationName,
  EnvironmentName
)

Arguments

ApplicationName

[required] The name of the application the environment is associated with.

EnvironmentName

[required] The name of the environment to delete the draft configuration from.