Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest.CreateConfigurationTemplateRequest C# (CSharp) Method

CreateConfigurationTemplateRequest() public method

Instantiates CreateConfigurationTemplateRequest with the parameterized properties
public CreateConfigurationTemplateRequest ( string applicationName, string templateName ) : System
applicationName string The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.
templateName string The name of the configuration template. Constraint: This name must be unique per application. Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.
return System
        public CreateConfigurationTemplateRequest(string applicationName, string templateName)
        {
            _applicationName = applicationName;
            _templateName = templateName;
        }

Same methods

CreateConfigurationTemplateRequest::CreateConfigurationTemplateRequest ( ) : System