v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1494316322.1 KB

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

get/#Action=ValidateConfigurationSettings

Query parameters

ApplicationNamestring required

The name of the application that the configuration template or environment belongs to.

TemplateNamestring
<p>The name of the configuration template to validate the settings against.</p> <p>Condition: You cannot specify both this and an environment name.</p>
EnvironmentNamestring
<p>The name of the environment to validate the settings against.</p> <p>Condition: You cannot specify both this and a configuration template name.</p>
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 the options and desired values to evaluate.

Action'ValidateConfigurationSettings' required
Version'2010-12-01' required

Response

Success