Learn R Programming

paws.compute (version 0.1.0)

elasticbeanstalk_abort_environment_update: Cancels in-progress environment configuration update or application version deployment

Description

Cancels in-progress environment configuration update or application version deployment.

Usage

elasticbeanstalk_abort_environment_update(EnvironmentId,
  EnvironmentName)

Arguments

EnvironmentId

This specifies the ID of the environment with the in-progress update that you want to cancel.

EnvironmentName

This specifies the name of the environment with the in-progress update that you want to cancel.

Request syntax

svc$abort_environment_update(
  EnvironmentId = "string",
  EnvironmentName = "string"
)

Examples

Run this code
# NOT RUN {
# The following code aborts a running application version deployment for
# an environment named my-env:
# }
# NOT RUN {
svc$abort_environment_update(
  EnvironmentName = "my-env"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab