Method | Description | |
---|---|---|
CreateEnvironmentRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateEnvironmentRequest ( string applicationName, string environmentName ) : System |
Instantiates CreateEnvironmentRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetApplicationName ( ) : bool | ||
IsSetCNAMEPrefix ( ) : bool | ||
IsSetDescription ( ) : bool | ||
IsSetEnvironmentName ( ) : bool | ||
IsSetGroupName ( ) : bool | ||
IsSetOptionSettings ( ) : bool | ||
IsSetOptionsToRemove ( ) : bool | ||
IsSetSolutionStackName ( ) : bool | ||
IsSetTags ( ) : bool | ||
IsSetTemplateName ( ) : bool | ||
IsSetTier ( ) : bool | ||
IsSetVersionLabel ( ) : bool |
public CreateEnvironmentRequest ( string applicationName, string environmentName ) : System | ||
applicationName | string | The name of the application that contains the version to be deployed. If no application is found with this name, CreateEnvironment returns an InvalidParameterValue error. |
environmentName | string | A unique name for the deployment environment. Used in the application URL. Constraint: Must be from 4 to 40 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 InvalidParameterValue error. 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. |
return | System |