AWS SDK for .NET Documentation
UpdateConfigurationTemplateRequest Class
AmazonAmazon.ElasticBeanstalk.ModelUpdateConfigurationTemplateRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdateConfigurationTemplate operation. Updates the specified configuration template to have the specified properties or configuration option values.
Note:
If a property (for example,
CopyC#
ApplicationName
) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

Declaration Syntax
C#
public class UpdateConfigurationTemplateRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateConfigurationTemplateRequest()()()()
Initializes a new instance of the UpdateConfigurationTemplateRequest class

ApplicationName
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,

CopyC#
UpdateConfigurationTemplate
returns an
CopyC#
InvalidParameterValue
error.


Description
Gets and sets the property Description.

A new description for the configuration.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
OptionSettings
Gets and sets the property OptionSettings.

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


OptionsToRemove
Gets and sets the property OptionsToRemove.

A list of configuration options to remove from the configuration set.

Constraint: You can remove only

CopyC#
UserDefined
configuration options.


TemplateName
Gets and sets the property TemplateName.

The name of the configuration template to update.

If no configuration template is found with this name,

CopyC#
UpdateConfigurationTemplate
returns an
CopyC#
InvalidParameterValue
error.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithApplicationName(String) Obsolete.
Sets the ApplicationName property

WithDescription(String) Obsolete.
Sets the Description property

WithOptionSettings(array<ConfigurationOptionSetting>[]()[][]) Obsolete.
Sets the OptionSettings property

WithOptionSettings(IEnumerable<(Of <<'(ConfigurationOptionSetting>)>>)) Obsolete.
Sets the OptionSettings property

WithOptionsToRemove(array<OptionSpecification>[]()[][]) Obsolete.
Sets the OptionsToRemove property

WithOptionsToRemove(IEnumerable<(Of <<'(OptionSpecification>)>>)) Obsolete.
Sets the OptionsToRemove property

WithTemplateName(String) Obsolete.
Sets the TemplateName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdateConfigurationTemplateRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)