elasticbeanstalk_abort_environment_update {paws.compute}R Documentation

Cancels in-progress environment configuration update or application version deployment

Description

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

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

Usage

elasticbeanstalk_abort_environment_update(
  EnvironmentId = NULL,
  EnvironmentName = NULL
)

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.


[Package paws.compute version 0.9.0 Index]