
C# |
public class CreateEnvironmentRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateEnvironmentRequest()()()() | Initializes a new instance of the CreateEnvironmentRequest class |
![]() | ApplicationName |
Gets and sets the property ApplicationName.
The name of the application that contains the version to be deployed.
If no application is found with this name, |
![]() | CNAMEPrefix |
Gets and sets the property CNAMEPrefix.
If specified, the environment attempts to use this value as the prefix for the CNAME. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name. |
![]() | Description |
Gets and sets the property Description.
Describes this environment. |
![]() | EnvironmentName |
Gets and sets the property EnvironmentName.
A unique name for the deployment environment. Used in the application URL.
Constraint: Must be from 4 to 23 characters in length. The name can
contain only letters, numbers, and hyphens. It cannot start or end with
a hyphen. This name must be unique in your account. If the specified
name already exists, AWS Elastic Beanstalk returns an Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application. |
![]() | 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 options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template. |
![]() | OptionsToRemove |
Gets and sets the property OptionsToRemove.
A list of custom user-defined configuration options to remove from the configuration set for this new environment. |
![]() | SolutionStackName |
Gets and sets the property SolutionStackName.
This is an alternative to specifying a configuration name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack.
Condition: You must specify either this or a |
![]() | Tags |
Gets and sets the property Tags.
|
![]() | TemplateName |
Gets and sets the property TemplateName.
The name of the configuration template to use in deployment. If no
configuration template is found with this name, AWS Elastic Beanstalk
returns an
Condition: You must specify either this parameter or a |
![]() | Tier |
Gets and sets the property Tier.
This specifies the tier to use for creating this environment. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VersionLabel |
Gets and sets the property VersionLabel.
The name of the application version to deploy.
If the specified application has no associated application versions, AWS
Elastic Beanstalk Default: If not specified, AWS Elastic Beanstalk attempts to launch the most recently created application version sample application in the container. |
![]() | WithApplicationName(String) | Obsolete.
Sets the ApplicationName property
|
![]() | WithCNAMEPrefix(String) | Obsolete.
Sets the CNAMEPrefix property
|
![]() | WithDescription(String) | Obsolete.
Sets the Description property
|
![]() | WithEnvironmentName(String) | Obsolete.
Sets the EnvironmentName 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
|
![]() | WithSolutionStackName(String) | Obsolete.
Sets the SolutionStackName property
|
![]() | WithTags(array<Tag>[]()[][]) | Obsolete.
Sets the Tags property
|
![]() | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete.
Sets the Tags property
|
![]() | WithTemplateName(String) | Obsolete.
Sets the TemplateName property
|
![]() | WithTier(EnvironmentTier) | Obsolete.
Sets the Tier property
|
![]() | WithVersionLabel(String) | Obsolete.
Sets the VersionLabel property
|

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