elasticbeanstalk_update_configuration_template: Updates the specified configuration template to have the...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_update_configuration_templateR Documentation

Updates the specified configuration template to have the specified properties or configuration option values

Description

Updates the specified configuration template to have the specified properties or configuration option values.

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

Usage

elasticbeanstalk_update_configuration_template(
  ApplicationName,
  TemplateName,
  Description = NULL,
  OptionSettings = NULL,
  OptionsToRemove = NULL
)

Arguments

ApplicationName

[required] The name of the application associated with the configuration template to update.

If no application is found with this name, update_configuration_template returns an InvalidParameterValue error.

TemplateName

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

If no configuration template is found with this name, update_configuration_template returns an InvalidParameterValue error.

Description

A new description for the configuration.

OptionSettings

A list of configuration option settings to update with the new specified option value.

OptionsToRemove

A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.


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