C# Class Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest

Container for the parameters to the CreateConfigurationTemplate operation.

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

  • DescribeConfigurationOptions
  • DescribeConfigurationSettings
  • ListAvailableSolutionStacks
Inheritance: AmazonElasticBeanstalkRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateConfigurationTemplateRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateConfigurationTemplateRequest ( string applicationName, string templateName ) : System

Instantiates CreateConfigurationTemplateRequest with the parameterized properties

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool
IsSetEnvironmentId ( ) : bool
IsSetOptionSettings ( ) : bool
IsSetSolutionStackName ( ) : bool
IsSetSourceConfiguration ( ) : bool
IsSetTemplateName ( ) : bool

Method Details

CreateConfigurationTemplateRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public CreateConfigurationTemplateRequest ( ) : System
return System

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