View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_update_configuration_template | R Documentation |
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
)
ApplicationName |
[required] The name of the application associated with the configuration template to update. If no application is found with this name,
|
TemplateName |
[required] The name of the configuration template to update. If no configuration template is found with this name,
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.