AWS SDK for .NET Documentation
UpdateConfigurationTemplate Method (request)
AmazonAmazon.ElasticBeanstalkAmazonElasticBeanstalkClientUpdateConfigurationTemplate(UpdateConfigurationTemplateRequest) Did this page help you?   Yes   No    Tell us about it...
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 UpdateConfigurationTemplateResponse UpdateConfigurationTemplate(
	UpdateConfigurationTemplateRequest request
)
Parameters
request (UpdateConfigurationTemplateRequest)
Container for the necessary parameters to execute the UpdateConfigurationTemplate service method.
Return Value
The response from the UpdateConfigurationTemplate service method, as returned by ElasticBeanstalk.
Exceptions
ExceptionCondition
InsufficientPrivilegesException Unable to perform the specified operation because the user does not have enough privileges for one of more downstream aws services

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