Updates the specified configuration template to have the specified properties or configuration option values.
If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.
Related Topics
- DescribeConfigurationOptions
get/#Action=UpdateConfigurationTemplate
Query parameters
ApplicationNamestring required
<p>The name of the application associated with the configuration template to update.</p> <p> If no application is found with this name, <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code> error. </p>
TemplateNamestring required
<p>The name of the configuration template to update.</p> <p> If no configuration template is found with this name, <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code> error. </p>
Descriptionstring
A new description for the configuration.
A list of configuration option settings to update with the new specified option value.
<p>A list of configuration options to remove from the configuration set.</p> <p> Constraint: You can remove only <code>UserDefined</code> configuration options. </p>
Action'UpdateConfigurationTemplate' required
Version'2010-12-01' required
Response
Success