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.
elasticbeanstalk_update_configuration_template(
ApplicationName,
TemplateName,
Description = NULL,
OptionSettings = NULL,
OptionsToRemove = NULL
)
[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.
[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.
A new description for the configuration.
A list of configuration option settings to update with the new specified option value.
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.