elasticbeanstalk_delete_application_version: Deletes the specified version from the specified application

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_delete_application_versionR Documentation

Deletes the specified version from the specified application

Description

Deletes the specified version from the specified application.

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

Usage

elasticbeanstalk_delete_application_version(
  ApplicationName,
  VersionLabel,
  DeleteSourceBundle = NULL
)

Arguments

ApplicationName

[required] The name of the application to which the version belongs.

VersionLabel

[required] The label of the version to delete.

DeleteSourceBundle

Set to true to delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.