AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
ApplicationName) is not provided,
its value remains unchanged. To clear such properties, specify an empty string. Related Topics
Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class UpdateConfigurationTemplateRequest : AmazonElasticBeanstalkRequest IRequestEvents
The UpdateConfigurationTemplateRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateConfigurationTemplateRequest() | Empty constructor used to set properties independently even when a simple constructor is available |
|
UpdateConfigurationTemplateRequest(string, string) | Instantiates UpdateConfigurationTemplateRequest with the parameterized properties |
| Name | Type | Description | |
|---|---|---|---|
|
ApplicationName | System.String |
Gets and sets the property ApplicationName.
The name of the application associated with the configuration template to update.
If no application is found with this name, |
|
Description | System.String |
Gets and sets the property Description.
A new description for the configuration. |
|
OptionSettings | System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting> |
Gets and sets the property OptionSettings.
A list of configuration option settings to update with the new specified option value. |
|
OptionsToRemove | System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.OptionSpecification> |
Gets and sets the property OptionsToRemove.
A list of configuration options to remove from the configuration set.
Constraint: You can remove only |
|
TemplateName | System.String |
Gets and sets the property TemplateName.
The name of the configuration template to update.
If no configuration template is found with this name, |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1