Updates the specified configuration template to have the specified properties or configuration option values
Source:R/elasticbeanstalk_operations.R
elasticbeanstalk_update_configuration_template.RdUpdates 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_templatereturns anInvalidParameterValueerror.- TemplateName
[required] The name of the configuration template to update.
If no configuration template is found with this name,
update_configuration_templatereturns anInvalidParameterValueerror.- 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
UserDefinedconfiguration options.