v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1494316322.1 KB

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.

ResourceNamestring

A unique resource name for the option setting. Use it for a time–based scaling configuration option.

Namespacestring

A unique namespace that identifies the option's associated AWS resource.

OptionNamestring

The name of the configuration option.

Valuestring

The current value for the configuration option.

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

ResourceNamestring

A unique resource name for a time-based scaling configuration option.

Namespacestring

A unique namespace identifying the option's associated AWS resource.

OptionNamestring

The name of the configuration option.

<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