Container for the parameters to the CreateApplication operation.
Creates an application that has one configuration template named default and no application versions.
NOTE: The default configuration template is for a 32-bit version of the Amazon Linux operating system running the Tomcat 6 application container.
| C# |
public class CreateApplicationRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CreateApplicationRequest()()()() | Initializes a new instance of the CreateApplicationRequest class | |
| ApplicationName |
The name of the application. Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue error.
Constraints: | |
| Description |
Describes the application.
Constraints: | |
| 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.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithDescription(String) |
Sets the Description property
|
| Object | ||
| AmazonWebServiceRequest | ||
| CreateApplicationRequest | ||