elasticbeanstalk_delete_configuration_template {paws.compute}R Documentation

Deletes the specified configuration template

Description

Deletes the specified configuration template.

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

Usage

elasticbeanstalk_delete_configuration_template(ApplicationName, TemplateName)

Arguments

ApplicationName

[required] The name of the application to delete the configuration template from.

TemplateName

[required] The name of the configuration template to delete.


[Package paws.compute version 0.9.0 Index]