Related Topics

C# |
public class CreateConfigurationTemplateRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateConfigurationTemplateRequest()()()() | Initializes a new instance of the CreateConfigurationTemplateRequest class |
![]() | ApplicationName |
Gets and sets the property ApplicationName.
The name of the application to associate with this configuration
template. If no application is found with this name, AWS Elastic Beanstalk
returns an |
![]() | Description |
Gets and sets the property Description.
Describes this configuration. |
![]() | EnvironmentId |
Gets and sets the property EnvironmentId.
The ID of the environment used with this configuration template. |
![]() | Equals(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.
If specified, AWS Elastic Beanstalk sets the specified configuration option to the requested value. The new value overrides the value obtained from the solution stack or the source configuration template. |
![]() | SolutionStackName |
Gets and sets the property SolutionStackName.
The name of the solution stack used by this configuration. The solution stack specifies the operating system, architecture, and application server for a configuration template. It determines the set of configuration options as well as the possible and default values. Use ListAvailableSolutionStacks to obtain a list of available solution stacks.
A solution stack name or a source configuration parameter must be specified,
otherwise AWS Elastic Beanstalk returns an If a solution stack name is not specified and the source configuration parameter is specified, AWS Elastic Beanstalk uses the same solution stack as the source configuration template. |
![]() | SourceConfiguration |
Gets and sets the property SourceConfiguration.
If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.
Values specified in the
If no configuration template is found, returns an
Constraint: If both the solution stack name parameter and the source
configuration parameters are specified, the solution stack of the source
configuration template must match the specified solution stack name
or else AWS Elastic Beanstalk returns an |
![]() | TemplateName |
Gets and sets the property TemplateName.
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 |
![]() | 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
|
![]() | WithEnvironmentId(String) | Obsolete.
Sets the EnvironmentId property
|
![]() | WithOptionSettings(array<ConfigurationOptionSetting>[]()[][]) | Obsolete.
Sets the OptionSettings property
|
![]() | WithOptionSettings(IEnumerable<(Of <<'(ConfigurationOptionSetting>)>>)) | Obsolete.
Sets the OptionSettings property
|
![]() | WithSolutionStackName(String) | Obsolete.
Sets the SolutionStackName property
|
![]() | WithSourceConfiguration(SourceConfiguration) | Obsolete.
Sets the SourceConfiguration property
|
![]() | WithTemplateName(String) | Obsolete.
Sets the TemplateName property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateConfigurationTemplateRequest |